@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px; }

a {
  text-decoration: none;
  color: #000; }

li {
  list-style: none; }

img {
  vertical-align: top;
  border: none;

}

button {
  outline:none;
  border: 0;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none; }

select {
  outline:none;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

input, textarea {
  outline:none;
  outline: none;
  border: none; }

textarea {
  outline:none;
  resize: none;
  overflow: auto; }

i {
  font-weight: normal; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

input {
  -moz-appearance: textfield; }

.animated {
  visibility: visible !important; }

html::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

html::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }

html::-webkit-scrollbar-thumb {
  background: #f7c113;
  border-radius: 6px; }

html::-webkit-scrollbar-corner {
  background: #f7c113; }

@font-face {
  font-family: fontFamily;
  src: url(../font/FORTE_0.TTF); }
.formError {
  max-width: 280px;
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9999;
  background-color: #f6f6f6;
  padding: 15px 30px;
  border-radius: 5px;
  opacity: 0;
  transition: .4s all;
  box-shadow: 0 5px 10px rgba(67, 65, 68, 0.9); }
  .formError.active {
    opacity: 1; }
  .formError h6 {
    font-size: 16px;
    color: #434144; }

.notice {
  max-width: 280px;
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9999;
  background-color: #f6f6f6;
  padding: 15px 30px;
  border-radius: 5px;
  opacity: 0;
  transition: .4s all;
  box-shadow: 0 5px 10px rgba(67, 65, 68, 0.9); }
  .notice.active {
    opacity: 1; }
  .notice h6 {
    font-size: 16px;
    color: #434144; }

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%; }
  header .pc {
    width: 100%;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.85);
    transition: .4s all; }
    header .pc:hover {
      background-color: rgba(0, 0, 0, 0.85); }
    header .pc.active {
      background-color: rgba(0, 0, 0, 0.85); }
    header .pc > a {
      display: block; }
      header .pc > a img {
        width: 226px;
        height: 60px;
        object-fit: contain; }
    header .pc nav ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between; }
      header .pc nav ul li > a {
        height: 100px;
        line-height: 100px;
        display: block;
        font-size: 16px;
        color: #fff;
        padding: 0 30px;
        transition: .4s all; }
        header .pc nav ul li > a:hover {
          color: #f7c113; }
      header .pc nav ul li.active a {
        color: #f7c113; }
      header .pc nav ul li .item {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        padding: 40px 200px;
        background-color: rgba(0, 0, 0, 0.85);
        border-top: 1px solid #fff;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: space-between;
        justify-content: space-between;
        align-items: unset;
        transition: .4s all;
        z-index: 99; }
        header .pc nav ul li .item figure {
          display: block;
          width: 100%;
          position: relative;
          padding: 10% 0;
          width: 45%; }
          header .pc nav ul li .item figure img {
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            object-fit: contain; }
        header .pc nav ul li .item div {
          width: 50%;
          position: relative;
          order: -1; }
          header .pc nav ul li .item div h4 {
            color: #fff;
            font-family: cen;
            font-weight: bold;
            margin-bottom: 30px;
            padding-bottom: 30px;
            display: block;
            font-size: 30px;
            text-transform: uppercase;
            position: relative;
            letter-spacing: 1px; }
            header .pc nav ul li .item div h4 span {
              display: block;
              margin-top: 5px;
              font-size: 24px;
              color: #fff;
              line-height: 1.6;
              font-weight: 400;
              position: relative; }
            header .pc nav ul li .item div h4:before {
              content: '';
              position: absolute;
              left: 0;
              bottom: 0;
              width: 40px;
              height: 2px;
              background-color: #f7c113; }
          header .pc nav ul li .item div dl dd {
            margin-bottom: 24px;
            display: inline-block;
            vertical-align: top;
            width: 50%;
            margin-left: 0; }
            header .pc nav ul li .item div dl dd a {
              padding-left: 14px;
              line-height: 24px;
              display: block;
              font-size: 16px;
              color: #c9c9c9;
              text-align: left;
              background: url(../images/icon-next4.png) left top 8px no-repeat;
              transition: .4s all; }
              header .pc nav ul li .item div dl dd a:hover {
                color: #f7c113; }
            header .pc nav ul li .item div dl dd.active a {
              color: #f7c113; }
      header .pc nav ul li:hover .item {
        opacity: 1;
        pointer-events: auto; }
      header .pc nav ul li .item_n {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 130px;
        left: 0;
        width: 100%;
        padding: 10px 0;
        background-color: rgba(0, 0, 0, 0.5);
        transition: .4s all; }
        header .pc nav ul li .item_n li {
          width: 100%;
          padding: 10px;
          transition: .4s all; }
          header .pc nav ul li .item_n li a {
            display: block;
            text-align: center;
            color: #fff;
            font-size: 16px;
            transition: .4s all;
            line-height: 26px;
            padding: 0;
            height: auto; }
          header .pc nav ul li .item_n li:hover {
            background-color: #f7c113; }
            header .pc nav ul li .item_n li:hover a {
              color: #fff; }
      header .pc nav ul li:hover .item_n {
        opacity: 1;
        pointer-events: auto; }
    header .pc dl {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start; }
      header .pc dl dd > a {
        display: block;
        font-size: 20px;
        color: #fff;
        font-family: Arial;
        transition: .4s all;
        letter-spacing: 1px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start; }
        header .pc dl dd > a i {
          display: inline-block;
          margin-right: 9px;
          width: 25px;
          height: 25px;
          transition: .4s all; }
      header .pc dl dd:nth-of-type(1) i {
        background: url("../images/tel.png") no-repeat;
        background-size: contain; }
      header .pc dl dd:hover a {
        color: #f7c113; }
      header .pc dl dd:nth-of-type(1):hover i {
        background: url("../images/tel_a.png") no-repeat;
        background-size: contain; }
      header .pc dl dd.search a:nth-of-type(2):hover form {
        opacity: 1;
        pointer-events: auto; }
      header .pc dl dd.search {
        margin-left: 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start; }
        header .pc dl dd.search a {
          height: 100px;
          line-height: 100px; }
          header .pc dl dd.search a i {
            margin-right: 0; }
          header .pc dl dd.search a:nth-of-type(1) i {
            background: url("../images/wx.png") no-repeat;
            background-size: contain;
            width: 29px; }
          header .pc dl dd.search a:nth-of-type(1):hover i {
            background: url("../images/wx_a.png") no-repeat;
            background-size: contain; }
          header .pc dl dd.search a:nth-of-type(2) {
            margin-left: 25px; }
          header .pc dl dd.search a:nth-of-type(2) i {
            background: url("../images/search.png") no-repeat;
            background-size: contain; }
          header .pc dl dd.search a:nth-of-type(2):hover i {
            background: url("../images/search_a.png") no-repeat;
            background-size: contain; }
      header .pc dl dd form {
        opacity: 0;
        pointer-events: none;
        position: fixed;
        top: 100px;
        left: 0;
        width: 100%;
        border-top: 1px solid #f7c113;
        border-bottom: 1px solid #f7c113;
        background-color: rgba(0, 0, 0, 0.85);
        padding: 50px 100px;
        padding-bottom: 80px;
        transition: .4s all;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center; }
        header .pc dl dd form h4 {
          font-size: 24px;
          color: #f7c113;
          font-weight: bold;
          font-family: cen;
          text-transform: uppercase;
          letter-spacing: 2px; }
        header .pc dl dd form section {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: flex-start;
          margin-top: 30px; }
          header .pc dl dd form section input {
            width: 450px;
            line-height: 38px;
            border: 1px solid #f7c113;
            border-right: none;
            border-radius: 6px;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            padding: 0 15px; }
          header .pc dl dd form section button {
            width: 160px;
            line-height: 38px;
            border-radius: 6px;
            border: 1px solid #fff;
            color: #fff;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            text-transform: uppercase;
            font-family: cen;
            font-weight: bold;
            letter-spacing: 1px;
            transition: .4s all;
            cursor: pointer; }
            header .pc dl dd form section button:hover {
              color: #fff;
              background-color: #f7c113; }
  header .m_ment {
    display: none;
    width: 75%;
    max-width: 420px;
    height: 100vh;
    position: absolute;
    top: 82px;
    right: -1024px;
    transition: .4s all;
    background-color: rgba(0, 0, 0, 0.7); }
    header .m_ment.active {
      right: 0; }
    header .m_ment ul {
      width: 100%; }
      header .m_ment ul li > a {
        display: block;
        width: 100%;
        padding: 12px 5%;
        font-size: 14px;
        color: #fff;
        text-align: center;
        font-family: cen;
        letter-spacing: 1px;
        font-weight: bold;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      header .m_ment ul li > p {
        display: block;
        width: 100%;
        padding: 12px 5%;
        font-size: 14px;
        color: #fff;
        text-align: center;
        font-family: cen;
        letter-spacing: 1px;
        font-weight: bold;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      header .m_ment ul li .item {
        display: none;
        width: 100%;
        padding: 20px;
        background-color: #000;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
        header .m_ment ul li .item figure {
          display: block;
          width: 100%;
          position: relative;
          padding: 20% 0; }
          header .m_ment ul li .item figure img {
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            object-fit: cover; }
        header .m_ment ul li .item dl {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: flex-start;
          margin-top: 20px; }
          header .m_ment ul li .item dl dd {
            width: 50%; }
            header .m_ment ul li .item dl dd:nth-of-type(n+3) {
              margin-top: 5px; }
            header .m_ment ul li .item dl dd.active a {
              color: #eeb020; }
            header .m_ment ul li .item dl dd a {
              width: 100%;
              padding-left: 14px;
              display: block;
              font-size: 14px;
              color: #c9c9c9;
              text-align: left;
              font-family: cen;
              letter-spacing: 1px;
              font-weight: bold;
              background: url(../images/icon-next4.png) left top 6px no-repeat; }
      header .m_ment ul li.active p {
        background-color: #eeb020; }
      header .m_ment ul li:hover p {
        background-color: #eeb020; }
  header .m_search {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #434144;
    z-index: 999;
    display: none; }
    header .m_search > div {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
      header .m_search > div > i {
        width: 50px;
        height: 50px;
        background: url("../images/search.png") no-repeat;
        background-size: contain; }
      header .m_search > div h5 {
        font-size: 32px;
        font-family: cen;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        line-height: 36px;
        color: #fff;
        margin-top: 20px;
        letter-spacing: 1px; }
        header .m_search > div h5:before {
          content: '';
          margin-right: 2px; }
      header .m_search > div form {
        width: 100%;
        padding: 0 15%;
        margin-top: 50px; }
        header .m_search > div form input {
          width: 100%;
          background-color: transparent;
          border-bottom: 1px solid #eeb020;
          color: #eeb020;
          font-size: 20px;
          line-height: 60px; }
          header .m_search > div form input:-webkit-input-placeholder {
            color: #eeb020;
            font-size: 20px;
            line-height: 60px; }
        header .m_search > div form button {
          width: 100%;
          line-height: 50px;
          background-color: #eeb020;
          text-transform: uppercase;
          color: #fff;
          font-size: 18px;
          font-family: cen;
          letter-spacing: 1px;
          font-weight: bold;
          text-align: center;
          margin-top: 50px; }
      header .m_search > div .searchClose {
        margin-top: 50px; }
        header .m_search > div .searchClose i {
          display: block;
          width: 40px;
          height: 40px;
          background: url("../images/close.png") no-repeat;
          background-size: contain;
          margin: 0 auto; }
        header .m_search > div .searchClose p {
          font-size: 18px;
          color: #fff;
          margin-top: 5px;
          text-transform: uppercase;
          font-family: cen;
          letter-spacing: 2px;
          font-weight: bold; }
  header .h_btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    display: none; }
    header .h_btn .search {
      width: 35px;
      height: 35px;
      background: url("../images/icon-so.png") no-repeat;
      background-size: contain;
      margin-right: 25px; }
    header .h_btn .mentbtn {
      width: 40px;
      height: 29px;
      position: relative; }
      header .h_btn .mentbtn span {
        width: 100%;
        height: 3px;
        background-color: #f7c113;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        transition: .4s all; }
      header .h_btn .mentbtn:before {
        content: '';
        opacity: 1;
        display: block;
        width: 100%;
        height: 3px;
        background-color: #f7c113;
        position: absolute;
        top: 0;
        left: 0;
        transition: .4s all; }
      header .h_btn .mentbtn:after {
        content: '';
        opacity: 1;
        display: block;
        width: 100%;
        height: 3px;
        background-color: #f7c113;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: .4s all; }
      header .h_btn .mentbtn.active span {
        opacity: 0; }
      header .h_btn .mentbtn.active:before {
        top: 52%;
        transform: translateY(-50%) rotate(45deg); }
      header .h_btn .mentbtn.active:after {
        bottom: 41%;
        transform: translateY(-50%) rotate(-45deg); }

.i_banner {
  overflow: hidden;
  position: relative; }

.i_banner a {
  display: block;
  width: 100%;
  position: relative;
  padding: 24% 0; }
  .i_banner a img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover; }

.i_banner img {
  display: block;
  width: 100%; }

.i_banner a img.pc {
  display: block; }

.i_banner a img.m {
  display: none; }

.i_banner.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 60px; }

.i_banner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px; }

.i_banner .bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
  height: 60px;
  background-color: #fff;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between; }
  .i_banner .bottom > a {
    display: block;
    width: 145px;
    padding: 0 20px;
    font-size: 14px;
    color: #929292;
    font-family: "fontFamily";
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between; }
    .i_banner .bottom > a i {
      display: block;
      width: 19px;
      height: 25px;
      background: url("../images/banner_btn.png") no-repeat;
      background-size: contain; }
  .i_banner .bottom .swiper-pagination {
    height: 60px;
    line-height: 60px;
    bottom: 0;
    font-family: "fontFamily"; }
    .i_banner .bottom .swiper-pagination span {
      font-size: 18px;
      color: #333333;
      font-family: "fontFamily"; }
  .i_banner .bottom .btn {
    position: relative;
    height: 60px;
    line-height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    width: 120px; }
    .i_banner .bottom .btn .swiper-button-prev {
      position: static;
      width: 60px;
      height: 100%;
      opacity: 1;
      transform: translateY(22px);
      transition: .4s all;
      background-color: #fff;
      cursor: pointer;
      pointer-events: auto !important; }
      .i_banner .bottom .btn .swiper-button-prev:after {
        content: '';
        width: 16px;
        height: 7px;
        background: url("../images/banner_btn_r.png") no-repeat;
        background-size: contain;
        transform: rotate(180deg); }
    .i_banner .bottom .btn .swiper-button-next {
      position: static;
      width: 60px;
      height: 100%;
      opacity: 1;
      transform: translateY(22px);
      transition: .4s all;
      background-color: #fff;
      cursor: pointer;
      pointer-events: auto !important;
      background-color: #f3f3f3; }
      .i_banner .bottom .btn .swiper-button-next:after {
        content: '';
        width: 16px;
        height: 7px;
        background: url("../images/banner_btn_r.png") no-repeat;
        background-size: contain; }
    .i_banner .bottom .btn div:hover {
      background-color: #f3f3f3; }

.puzzee {
  width: 100%;
  padding-top: 125px;
  padding-bottom: 100px;
  position: relative; }
  .puzzee:after {
    content: '';
    opacity: 1;
    display: block;
    width: 100%;
    height: 350px;
    background: url("../images/puzzee_bag.png") no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2; }
  .puzzee:before {
    content: '';
    opacity: 1;
    display: block;
    width: 360px;
    height: 540px;
    background: url("../images/puzzee_a.png") no-repeat;
    position: absolute;
    top: 50px;
    right: 0; }
  .puzzee .main {
    width: 1400px;
    margin: 0 auto; }
    .puzzee .main .top {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between; }
      .puzzee .main .top i {
        display: block;
        width: 97px;
        height: 97px;
        background: url("../images/puzzee_b.png") no-repeat;
        background-size: contain; }
      .puzzee .main .top form {
        background-color: #ececec;
        position: relative;
        z-index: 9; }
        .puzzee .main .top form select {
          width: 265px;
          height: 40px;
          background: url(../images/puzzee_sele_btn.png) #ececec 95% center no-repeat;
          font-size: 14px;
          color: #7e7e7e;
          outline: none;
          border-radius: 3px;
          padding-left: 20px; }
    .puzzee .main nav {
      margin-top: 60px; }
      .puzzee .main nav ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start; }
        .puzzee .main nav ul li {
          width: 23%;
          margin-top: 25px;
          margin-right:2.6%;
          transition: .4s all; }
          .puzzee .main nav ul li:nth-of-type(4n){margin-right:0;}
          .n_product .main nav ul li:nth-of-type(4n){margin-right:2%;}
          .puzzee .main nav ul li a {
            display: block;
            width: 100%;
            display: block;
            width: 100%;
            position: relative;
            padding: 68% 0; }
            .puzzee .main nav ul li a:before{
              content:'';
              display:block;
              width:100%;
              height:100%;
              position:absolute;
              top:0;
              left:0;
              background:url("../images/pt.png") no-repeat;
              background-size:cover;
              z-index: 1;
              opacity:0;
              transition:.4s all;
            }
            .puzzee .main nav ul li a img {
              width: 100%;
              height: 100%;
              display: block;
              position: absolute;
              left: 0;
              top: 0;
              object-fit: cover; }
              .puzzee .main nav ul li:hover a:before{opacity:1;}
            .puzzee .main nav ul li a div {
              width: 90%;
              position: absolute;
              bottom: 20px;
              left: 50%;
              transform: translateX(-50%);
              padding: 20px;
              background-color: rgba(255, 255, 255, 0.9);
              border-radius: 5px;
              transition: .4s all;
              z-index: 3;
              overflow: hidden; }
              .puzzee .main nav ul li a div:after {
                content: '';
                opacity: 1;
                display: block;
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 4px;
                background-color: #eeb020;
                transition: .4s all;
                opacity: 0; }
              .puzzee .main nav ul li a div h5 {
                font-size: 16px;
                color: #2b2b2b; }
              .puzzee .main nav ul li a div p {
                font-size: 14px;
                margin-top: 15px;
                color: #7e7e7e; }
              .puzzee .main nav ul li a div i {
                position: absolute;
                top: 50%;
                right: 20px;
                transform: translateY(-50%);
                width: 30px;
                height: 30px;
                transition: .4s all;
                background-color: #b2b2b2;
                border-radius: 30px; }
                .puzzee .main nav ul li a div i:after {
                  content: '';
                  opacity: 1;
                  display: block;
                  width: 18px;
                  height: 4px;
                  background-color: #fff;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translateX(-50%) translateY(-50%);
                  border-radius: 5px; }
                .puzzee .main nav ul li a div i:before {
                  content: '';
                  opacity: 1;
                  display: block;
                  width: 4px;
                  height: 18px;
                  background-color: #fff;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translateX(-50%) translateY(-50%);
                  border-radius: 5px; }
          .puzzee .main nav ul li:hover {
            margin-top: 0;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4); }
            .puzzee .main nav ul li:hover a div:after {
              opacity: 1; }
            .puzzee .main nav ul li:hover a div i {
              background-color: #eeb020; }

.service {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px; }
  .service .main {
    width: 1400px;
    margin: 0 auto; }
    .service .main .index_title {
      text-align: center; }
    .service .main nav {
      margin-top: 78px; }
      .service .main nav ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: space-between;
        justify-content: space-between;
        align-items: normal; }
        .service .main nav ul li {
          width: 19%;
          cursor: pointer; }
          .service .main nav ul li div {
            background: url("../images/servie_k.png") center no-repeat;
            background-size: contain;
            transition: .4s all;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            height: 188px;
            margin: 0 auto; }
            .service .main nav ul li div i {
              display: block;
              width: 50px;
              height: 50px;
              background: url("../images/service_a_icon.png") center no-repeat;
              background-size: contain;
              margin-right: 28px; }
            .service .main nav ul li div p {
              margin-top: 10px;
              font-size: 14px;
              color: #bdbdbd;
              font-family: "fontFamily";
              text-align: center;
              margin-right: 28px; }
          .service .main nav ul li figure {
            width: 160px;
            margin: 0 auto;
            padding-right: 28px; }
            .service .main nav ul li figure h4 {
              margin-top: 30px;
              text-align: center;
              font-size: 16px;
              color: #626262;
              position: relative; }
              .service .main nav ul li figure h4:after {
                content: '';
                opacity: 1;
                display: block;
                position: absolute;
                top: 50%;
                left: 15px;
                transform: translateY(-50%);
                width: 30px;
                height: 2px;
                background-color: #d5d5d5; }
              .service .main nav ul li figure h4:before {
                content: '';
                opacity: 1;
                display: block;
                position: absolute;
                top: 50%;
                right: 15px;
                transform: translateY(-50%);
                width: 30px;
                height: 2px;
                background-color: #d5d5d5; }
            .service .main nav ul li figure h5 {
              font-size: 18px;
              color: #2b2b2b;
              font-weight: bold;
              text-align: center;
              margin-top: 7px;
              margin-bottom: 20px; }
          .service .main nav ul li > p {
            width: 100%;
            padding-right: 28px;
            font-size: 14px;
            color: #888;
            text-align: center;
            line-height: 24px; }
          .service .main nav ul li:hover div {
            background: url("../images/servie_k_a.png") center no-repeat;
            background-size: contain; }
          .service .main nav ul li:nth-of-type(2n) div {
            background: url("../images/servie_k2.png") center no-repeat;
            background-size: contain; }
            .service .main nav ul li:nth-of-type(2n) div:hover {
              background: url("../images/servie_k2_a.png") center no-repeat;
              background-size: contain; }
          .service .main nav ul li:nth-of-type(2) div i {
            background: url("../images/service_b_icon.png") center no-repeat;
            background-size: contain; }
          .service .main nav ul li:nth-of-type(3) div i {
            background: url("../images/service_c_icon.png") center no-repeat;
            background-size: contain; }
          .service .main nav ul li:nth-of-type(4) div i {
            background: url("../images/service_d_icon.png") center no-repeat;
            background-size: contain; }
          .service .main nav ul li:nth-of-type(5) div i {
            background: url("../images/service_e_icon.png") center no-repeat;
            background-size: contain; }

.about {
  width: 100%; }
  .about .main {
    border-bottom: 1px solid #d9d9d9; }
    .about .main .top {
      width: 100%;
      background: url("../images/about_bag.png") no-repeat;
      background-size: cover; }
      .about .main .top div {
        width: 1400px;
        margin: 0 auto;
        padding-top: 220px;
        padding-bottom: 170px; }
        .about .main .top div ul {
          margin-right: 0;
          margin-left: auto;
          width: 600px;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          align-content: space-between;
          justify-content: space-between; }
          .about .main .top div ul li {
            width: 50%; }
            .about .main .top div ul li h5 {
              color: #fff;
              text-align: center;
              font-size: 20px;
              font-weight: bold; }
              .about .main .top div ul li h5 span {
                color: #fff;
                font-size: 50px;
                font-weight: bold;
                font-family: Arial; }
            .about .main .top div ul li p {
              font-size: 16px;
              color: #fff;
              margin-top: 8px;
              text-align: center; }
            .about .main .top div ul li:nth-of-type(n+3) {
              margin-top: 30px; }
    .about .main .bottom {
      width: 1400px;
      margin: 0 auto;
      padding: 60px 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between; }
      .about .main .bottom dd:nth-of-type(1) {
        width: 320px; }
        .about .main .bottom dd:nth-of-type(1) a {
          display: block;
          margin-top: 35px;
          width: 160px;
          height: 45px;
          border: 2px solid #b2b2b2;
          line-height: 39px;
          text-align: center;
          border-radius: 25px;
          color: #b2b2b2;
          font-size: 16px;
          transition: .4s all; }
          .about .main .bottom dd:nth-of-type(1) a:hover {
            color: #eeb020;
            border-color: #eeb020; }
      .about .main .bottom dd:nth-of-type(2) {
        width: 950px;
        font-size: 16px;
        color: #888888;
        line-height: 36px; }

.core {
  width: 100%; }
  .core .main {
    width: 1400px;
    padding: 100px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: normal; }
    .core .main div {
      width: 500px;
      height: 550px;
      background: url("../images/core_a.jpg") no-repeat;
      background-size: cover;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
      .core .main div h5 {
        font-size: 48px;
        color: #fff;
        font-family: "fontFamily"; }
      .core .main div p {
        font-size: 30px;
        color: #eeb020; }
      .core .main div span {
        font-size: 16px;
        color: #fff;
        margin-top: 30px; }
    .core .main ul {
      width: 868px; }
      .core .main ul li {
        width: 100%;
        height: 260px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        align-items: normal;
        padding-left: 53px; }
        .core .main ul li h5 {
          font-size: 48px;
          color: #fff;
          font-family: "fontFamily"; }
        .core .main ul li p {
          font-size: 30px;
          color: #eeb020; }
        .core .main ul li span {
          font-size: 16px;
          color: #fff;
          margin-top: 30px;
          line-height: 24px; }
        .core .main ul li + li {
          margin-top: 30px; }
        .core .main ul li:nth-of-type(1) {
          background: url("../images/core_b.jpg") no-repeat;
          background-size: cover; }
        .core .main ul li:nth-of-type(2) {
          background: url("../images/core_c.jpg") no-repeat;
          background-size: cover; }

.values {
  width: 100%;
  padding-top: 90px;
  background: url("../images/values_bag.jpg") no-repeat; }
  .values .main {
    width: 1400px;
    margin: 0 auto; }
    .values .main .index_title {
      text-align: center; }
    .values .main ul {
      width: 100%;
      margin-top: 70px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between; }
      .values .main ul li {
        width: 235px;
        background: url("../images/values_li.png") center no-repeat;
        background-size: contain; }
        .values .main ul li i {
          display: block;
          width: 67px;
          height: 67px;
          background: url("../images/values_icon1.png") no-repeat;
          background-size: contain;
          margin: 0 auto;
          margin-top: 70px; }
        .values .main ul li p {
          margin-top: 30px;
          color: #2b2b2b;
          font-size: 18px;
          font-weight: bold;
          text-align: center; }
        .values .main ul li span {
          display: block;
          margin-top: 20px;
          font-size: 16px;
          color: #888888;
          text-align: center; }
        .values .main ul li:nth-of-type(2) i {
          background: url("../images/values_icon2.png") no-repeat;
          background-size: contain; }
        .values .main ul li:nth-of-type(3) i {
          background: url("../images/values_icon3.png") no-repeat;
          background-size: contain; }
        .values .main ul li:nth-of-type(4) i {
          background: url("../images/values_icon4.png") no-repeat;
          background-size: contain; }

.factory {
  width: 100%;
  padding: 100px 0;
  position: relative; }
  .factory:after {
    content: '';
    opacity: 1;
    display: block;
    width: 120px;
    height: 460px;
    background-color: #fff4da;
    position: absolute;
    bottom: 100px;
    left: 0;
    z-index: -1; }
  .factory:before {
    content: '';
    opacity: 1;
    display: block;
    width: 120px;
    height: 460px;
    background-color: #fff4da;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: -1; }
  .factory .main {
    width: 1400px;
    margin: 0 auto; }
    .factory .main li {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between;
      align-items: normal; }
      .factory .main li figure {
        display: block;
        width: 100%;
        position: relative;
        padding: 15% 0;
        width: 50%; }
        .factory .main li figure img {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          object-fit: cover; }
      .factory .main li div {
        width: 50%;
        padding: 50px; }
        .factory .main li div dl {
          margin-top: 25px; }
          .factory .main li div dl dd {
            font-size: 16px;
            color: #888;
            line-height: 28px; }
            .factory .main li div dl dd span {
              color: #eeb020; }
            .factory .main li div dl dd em {
              font-style: normal;
              font-size: 16px;
              color: #222; }
            .factory .main li div dl dd + dd {
              margin-top: 13px; }
      .factory .main li:nth-of-type(2) div {
        position: relative;
        order: -1; }

.news {
  width: 100%;
  padding: 100px 0;
  background: url("../images/news_bag.jpg") no-repeat;
  background-size: cover; }
  .news .main {
    width: 1400px;
    margin: 0 auto; }
    .news .main .top {
      width: 100%;
      padding-bottom: 40px;
      border-bottom: 1px solid #fff;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between;
      align-items: flex-end; }
      .news .main .top ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start; }
        .news .main .top ul li a {
          font-size: 16px;
          color: #fff;
          font-weight: bold;
          transition: .4s all;
          letter-spacing: 2px;
          position: relative; }
          .news .main .top ul li a:before {
            content: '';
            opacity: 1;
            display: block;
            position: absolute;
            top: 60px;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #eeb020;
            z-index: 3;
            transition: .4s all;
            opacity: 0; }
          .news .main .top ul li a:hover {
            color: #eeb020; }
            .news .main .top ul li a:hover:before {
              opacity: 1; }
        .news .main .top ul li.active a {
          color: #eeb020; }
          .news .main .top ul li.active a:before {
            opacity: 1; }
        .news .main .top ul li + li {
          margin-left: 55px; }
    .news .main nav {
      margin-top: 32px; }
      .news .main nav .pc {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: space-between;
        justify-content: space-between; }
        .news .main nav .pc li {
          position: relative;
          overflow:hidden;
          width: 31%; }
          .news .main nav .pc li div{
            position:absolute;
            top:-500px;
            left:0;
            z-index:9;
            width:100%;
            height:100%;
            transition:.4s all;
            pointer-events:none;
          }
          .news .main nav .pc li div img{width:100%;height:100%;object-fit:cover;}
          .news .main nav .pc li div h6{
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 24px;
            color: #ffffff;
            line-height: 36px;
            width: 94%;
            transition: .4s all;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; 
          }
          .news .main nav .pc li a {
            display: block;
            width: 100%; }
            .news .main nav .pc li a time {
              font-size: 40px;
              color: #fff;
              font-weight: bold;
              font-family: Arial; }
              .news .main nav .pc li a time span {
                font-size: 18px;
                color: #e1e1e1;
                font-weight: bold;
                margin-left: 13px;
                font-family: Arial; }
            .news .main nav .pc li a figure {
              margin: 20px 0; }
              .news .main nav .pc li a figure img {
                width: 100%;
                height: 200px;
                object-fit: cover; }
            .news .main nav .pc li a h5 {
              font-size: 24px;
              color: #ffffff;
              line-height: 36px;
              transition: .4s all;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 1; }
            .news .main nav .pc li a p {
              font-size: 14px;
              color: #fff;
              line-height: 24px;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              margin: 22px 0; }
            .news .main nav .pc li a > span {
              font-size: 16px;
              color: #fff;
              font-weight: bold;
              font-family: Arial;
              text-transform: uppercase;
              position: relative;
              padding-right: 27px;
              transition: .4s all; }
              .news .main nav .pc li a > span:hover {
                color: #eeb020; }
              .news .main nav .pc li a > span:before {
                content: '';
                opacity: 1;
                display: block;
                position: absolute;
                top: 50%;
                right: 0;
                transform: translateY(-50%);
                width: 16px;
                height: 7px;
                background: url("../images/news_btn.png") no-repeat;
                background-size: contain; }
            .news .main nav .pc li:hover div {top:0; }
          /* .news .main nav .pc li:nth-of-type(1) a {
            position: relative; }
            .news .main nav .pc li:nth-of-type(1) a:before {
              content: '';
              opacity: 1;
              display: block;
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 110px;
              background: url("../images/news_yy.png") no-repeat;
              background-size: 100% 100%; }
            .news .main nav .pc li:nth-of-type(1) a figure {
              margin: 0; }
              .news .main nav .pc li:nth-of-type(1) a figure img {
                width: 100%;
                height: 470px;
                object-fit: cover; }
            .news .main nav .pc li:nth-of-type(1) a h5 {
              position: absolute;
              bottom: 20px;
              left: 50%;
              transform: translateX(-50%);
              font-size: 24px;
              color: #ffffff;
              line-height: 36px;
              width: 94%;
              transition: .4s all;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2; }
            .news .main nav .pc li:nth-of-type(1) a:hover h5 {
              color: #eeb020; } */
      .news .main nav .m {
        display: none;
        width: 100%; }
        .news .main nav .m a {
          display: block;
          width: 100%; }
          .news .main nav .m a figure {
            display: block;
            width: 100%;
            position: relative;
            padding: 30% 0; }
            .news .main nav .m a figure img {
              width: 100%;
              height: 100%;
              display: block;
              position: absolute;
              left: 0;
              top: 0;
              object-fit: cover; }
          .news .main nav .m a h5 {
            color: #eeb020;
            font-size: 18px;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            margin: 15px 0; }
          .news .main nav .m a p {
            font-size: 14px;
            color: #fff;
            line-height: 26px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; }
        .news .main nav .m .swiper-pagination {
          position: static;
          margin-top: 15px; }
          .news .main nav .m .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #eeb020; }

.client {
  width: 100%; }
  .client .main {
    width: 1400px;
    margin: 0 auto;
    padding: 100px 0; }
    .client .main .index_title {
      text-align: center; }
    .client .main ul {
      width: 100%;
      margin-top: 50px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start; }
      .client .main ul li {
        width: 19%;
        margin-right: 1.25%; }
        .client .main ul li:nth-of-type(5n) {
          margin-right: 0; }
        .client .main ul li:nth-of-type(n+6) {
          margin-top: 30px; }
        .client .main ul li img {
          width: 100%;
          height: 115px;
          object-fit: contain;
          border: 1px solid #d6d6d6;
          border-radius: 6px; }

footer {
  width: 100%; }
  footer .footer1 {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 35px;
    background-color: #3d3d3d;
    border-bottom: 1px solid #646464;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    footer .footer1 figure img {
      width: 126px;
      height: 133px;
      object-fit: contain; }
    footer .footer1 ul {
      width: 100%;
      margin-top: 60px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      flex-direction: unset; }
      footer .footer1 ul li a {
        font-size: 16px;
        color: #e3e3e3;
        transition: .4s all; }
      footer .footer1 ul li + li {
        margin-left: 55px; }
      footer .footer1 ul li:hover a {
        color: #eeb020; }
  footer .footer2 {
    width: 100%;
    background-color: #3d3d3d;
    padding-top: 40px;
    padding-bottom: 35px; }
    footer .footer2 h4 {
      display: none;
      font-size: 20px;
      color: #eeb020;
      font-weight: bold;
      margin-bottom: 20px; }
    footer .footer2 ul li {
      text-align: center;
      font-size: 16px;
      color: #e3e3e3; }
      footer .footer2 ul li span {
        text-align: center;
        font-size: 16px;
        color: #e3e3e3; }
        footer .footer2 ul li span + span {
          margin-left: 20px; }
      footer .footer2 ul li a {
        font-size: 16px;
        color: #e3e3e3;
        transition: .4s all; }
        footer .footer2 ul li a:hover {
          color: #eeb020; }
      footer .footer2 ul li + li {
        margin-top: 20px; }
  footer .footer3 {
    width: 1400px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start; }
    footer .footer3 p {
      font-size: 14px;
      color: #4e4e4e;
      font-weight: bold;
      margin-right: 8px; }
    footer .footer3 a {
      font-size: 14px;
      color: #4e4e4e; }
      footer .footer3 a + a {
        margin-left: 15px; }

.index_title {
  font-size: 60px;
  color: #d4d4d4;
  font-family: "fontFamily"; }
  .index_title span {
    display: block;
    font-size: 36px;
    color: #eeb020;
    font-weight: normal; }

.m-pages {
  text-align: center;
  font-size: 14px;
  padding-top: 60px; }

.m-pages ul {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 25px; }

.m-pages li {
  float: left;
  margin: 0 3px; }

.m-pages li a {
  display: block;
  width: 37px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: #ccc;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 3px;
  height: 35px;
  line-height: 33px;
  transition: .4s all;
  font-size: 13px; }

.m-pages li.active a, .m-pages li:hover a {
  color: #fff;
  background-color: #000; }

.m-pages .tz {
  display: inline-block;
  vertical-align: middle;
  color: #ff5e0e;
  line-height: 37px; }

.m-pages .tz select {
  width: 64px;
  height: 36px;
  line-height: 35px;
  color: #000;
  padding-right: 21px;
  background: url(../images/qwy-i4.png) center right 11px no-repeat;
  padding-left: 16px;
  border: 1px solid #ccc;
  margin: 0 10px;
  font-size: 14px; }

.m-pages select {
  width: 65px;
  height: 35px;
  border: 1px solid #ccc;
  line-height: 33px;
  color: #000;
  padding-left: 10px;
  background: url(../images/qwy-i4.png) #fff center right 10px no-repeat;
  background-size: 8px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.m-pages select option {
  width: 100%;
  height: 36px;
  font-size: 14px; }

.news_view {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 100px; }
  .news_view .box-blank {
    padding: 0; }
  .news_view .main {
    width: 1400px;
    margin: 0 auto;
    border: 1px solid #dfdfdf;
    padding: 80px 65px 65px 60px; }
    .news_view .main h4 {
      font-size: 24px;
      line-height: 30px;
      color: #000000;
      text-transform: uppercase;
      text-align: Center;
      font-weight: bold;
      font-family: cen;
      letter-spacing: 1px; }
    .news_view .main ul {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      flex-direction: unset;
      margin: 20px 0; }
      .news_view .main ul li {
        font-size: 16px;
        color: #626262;
        line-height: 18px;
        font-family: cen; }
        .news_view .main ul li span {
          font-size: 16px;
          color: #626262;
          line-height: 18px;
          font-family: cen;
          display: inline-block;
          margin-left: 5px;
          transition: .4s all;
          cursor: pointer; }
          .news_view .main ul li span:hover {
            color: #f7c113; }
        .news_view .main ul li + li {
          margin-left: 20px; }
    .news_view .main .content {
      width: 100%;
      padding: 32px 0;
      margin-top: 56px;
      border-top: 1px solid #dfdfdf;
      border-bottom: 1px solid #dfdfdf; }
      .news_view .main .content img {
        max-width: 100%;
        object-fit: contain;
        margin: 0 auto; }
    .news_view .main dl {
      width: 100%;
      margin-top: 58px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between; }
      .news_view .main dl dd {
        font-size: 16px;
        color: #626262;
        line-height: 18px;
        font-family: cen; }
        .news_view .main dl dd a {
          display: inline-block;
          margin-left: 5px;
          font-size: 16px;
          color: #626262;
          line-height: 18px;
          transition: .4s all;
          font-family: cen; }
          .news_view .main dl dd a:hover {
            color: #f7c113; }

.download.products {
  background: none; }
  .download.products .main ul li a figure {
    padding: 50% 0; }
    .download.products .main ul li a figure div:before {
      display: none; }
  .download.products .main ul li a p {
    width: 320px;
    margin: 0 auto;
    color: #000; }

.pro_list {
  width: 100%;
  padding-top: 113px;
  padding-bottom: 121px; }
  .pro_list .main {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset; }
    .pro_list .main a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      background-color: #f7c113;
      transition: .4s all; }
      .pro_list .main a:hover {
        background-color: transparent; }
        .pro_list .main a:hover figure {
          opacity: 1; }
        .pro_list .main a:hover div #public_btn {
          opacity: 1; }
      .pro_list .main a figure {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0;
        transition: .4s all; }
        .pro_list .main a figure img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .pro_list .main a div {
        width: 100%;
        padding-top: 210px;
        padding-bottom: 105px; }
        .pro_list .main a div i {
          display: block;
          width: 90px;
          height: 47px;
          background: url("../images/proList_icon1.png") no-repeat;
          background-size: contain;
          margin: 0 auto; }
        .pro_list .main a div h4 {
          margin-top: 60px;
          margin-bottom: 150px;
          width: 100%;
          padding: 0 10px;
          font-size: 30px;
          color: #fff;
          line-height: 32px;
          font-weight: bold;
          font-family: cen;
          text-transform: uppercase;
          text-align: center;
          letter-spacing: 1px; }
        .pro_list .main a div #public_btn {
          opacity: 0;
          transition: .4s all;
          margin: 0 auto;
          background-color: #fff;
          border-color: #fff; }
          .pro_list .main a div #public_btn:before {
            border-color: #fff; }
          .pro_list .main a div #public_btn:after {
            border-color: #fff; }
          .pro_list .main a div #public_btn:hover {
            color: #f7c113; }
    .pro_list .main .left {
      width: 32%;
      border: 1px solid #dfdfdf;
      padding: 10px; }
    .pro_list .main ul {
      width: 65.7%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between; }
      .pro_list .main ul li {
        width: 48%;
        border: 1px solid #dfdfdf;
        padding: 10px; }
        .pro_list .main ul li a div {
          padding: 85px 0; }
          .pro_list .main ul li a div h4 {
            margin-top: 40px;
            margin-bottom: 0; }
        .pro_list .main ul li:nth-of-type(1) a i {
          width: 100px;
          height: 75px;
          background: url("../images/proList_icon2.png") no-repeat;
          background-size: contain; }
        .pro_list .main ul li:nth-of-type(2) a i {
          width: 100px;
          height: 75px;
          background: url("../images/proList_icon3.png") no-repeat;
          background-size: contain; }

.proView_page.n_proview {
  padding: 0;
  padding-bottom: 60px; }
.proView_page .proview1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  align-items: unset; }
  .proView_page .proview1 .left {
    width: 49%; }
  .proView_page .proview1 .right {
    width: 49%;
    padding: 35px;
    background-color: #f5f5f5; }
    .proView_page .proview1 .right h1 {
      font-size: 24px;
      color: #474443;
      font-weight: bold; }
    .proView_page .proview1 .right p {
      margin-top: 15px;
      font-size: 16px;
      line-height: 30px;
      white-space: pre-line; }
    .proView_page .proview1 .right section {
      width: 100%;
      margin: 35px 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between; }
      .proView_page .proview1 .right section .tel {
        display: block;
        font-size: 24px;
        color: #3c3c3c;
        padding-left: 30px;
        position: relative;
        font-weight: bold;
        transition: .4s all; }
        .proView_page .proview1 .right section .tel:hover {
          color: #eeb020; }
        .proView_page .proview1 .right section .tel:before {
          content: '';
          opacity: 1;
          display: block;
          width: 20px;
          height: 20px;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          background: url("../images/peo-tel.png") no-repeat;
          background-size: 100%; }
    .proView_page .proview1 .right figure {
      width: 100%;
      padding-top: 40px;
      border-top: 1px solid #d8d8d8; }
      .proView_page .proview1 .right figure .btn {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start; }
        .proView_page .proview1 .right figure .btn a {
          display: block;
          width: 130px;
          border: 1px solid #e6e6e6;
          line-height: 43px;
          text-align: center;
          color: #6d6d6d;
          position: relative;
          transition: .4s all;
          overflow: hidden;
          z-index: 1; }
          .proView_page .proview1 .right figure .btn a:before {
            content: '';
            opacity: 1;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            background-color: #eeb020;
            transition: .4s all;
            z-index: -1; }
          .proView_page .proview1 .right figure .btn a:hover {
            color: #fff;
            border-radius: 5px; }
            .proView_page .proview1 .right figure .btn a:hover:before {
              width: 100%; }
          .proView_page .proview1 .right figure .btn a + a {
            margin-left: 15px; }
.proView_page .pro_left {
  background-color: #fff;
  padding: 20px;
  width: 1400px;
  margin: 0 auto;
  border: 1px solid #e0e0e0; }
  .proView_page .pro_left .big a {
    display: block;
    width: 680px;
    height: 510px; }
    .proView_page .pro_left .big a img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .proView_page .pro_left .small {
    width: 100%;
    height: 80px;
    margin-top: 20px;
    padding: 0 50px;
    position: relative; }
    .proView_page .pro_left .small a {
      display: block;
      height: 80px;
      padding: 1px; }
      .proView_page .pro_left .small a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .4s all;
        border: 1px solid transparent; }
      .proView_page .pro_left .small a.swiper-slide-active img {
        border-color: #eeb020; }
    .proView_page .pro_left .small .swiper-button-prev {
      left: 0;
      top: 0;
      opacity: 1;
      width: 30px;
      height: 80px;
      background: url("../images/proview_btn.jpg") no-repeat;
      background-size: 100% 100%;
      margin-top: 0; }
      .proView_page .pro_left .small .swiper-button-prev:after {
        display: none; }
    .proView_page .pro_left .small .swiper-button-next {
      right: 0;
      top: 0;
      opacity: 1;
      width: 30px;
      height: 80px;
      background: url("../images/proview_btn.jpg") no-repeat;
      background-size: 100% 100%;
      margin-top: 0;
      transform: rotate(180deg); }
      .proView_page .pro_left .small .swiper-button-next:after {
        display: none; }

.share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start; }
  .share span {
    font-size: 14px;
    color: #717171; }

.slide-nav {
  position: fixed;
  right: 20px;
  top: 30%;
  z-index: 98; }

.slide-nav .item {
  margin: 5px 0;
  width: 70px;
  height: 70px;
  border: 1px solid #bebebe;
  background-color: #fff;
  position: relative; }

.slide-nav .goTop {
  opacity: 0;
  pointer-events: none;
  transition: .4s all; }

.slide-nav .goTop.active {
  opacity: 1;
  pointer-events: auto; }

.slide-nav .icon {
  margin: 4px auto 0;
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center top; }

.slide-nav h4 {
  font-size: 12px;
  color: #4e4e4e;
  font-weight: 400;
  text-align: center; }

.slide-nav .mask {
  margin-top: -1px;
  position: absolute;
  right: 100%;
  top: 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.slide-nav .tel {
  padding: 0 30px;
  height: 70px;
  line-height: 66px;
  font-size: 14px;
  color: #4e4e4e;
  border: 2px solid #eeb020;
  border-right: none;
  background-color: #fff; }
  .slide-nav .tel.qq{height:140px;}
  .slide-nav .tel.qq a+a{border-top:1px solid #dfdfdf;}
  .slide-nav .tel.qq a{display:block;transition:.4s all;}
  .slide-nav .tel.qq a:hover{color:#eeb020}
.slide-nav .qr {
  margin-right: 2px;
  width: 140px;
  height: 140px;
  border: 1px solid #eeb020;
  overflow: hidden; }

.slide-nav .qr img {
  display: block;
  width: 100%;
  height: 100%; }

.slide-nav .item:hover {
  background-color: #eeb020;
  border-color: #eeb020; }

.slide-nav .item:hover .icon {
  background-position: center -40px; }

.slide-nav .item:hover h4 {
  color: #fff; }

.slide-nav .item:hover .mask {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1; }

@media only screen and (max-width: 959px) {
  .yuyue_add {
    bottom: 120px !important; }

  .slide-nav {
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    font-size: 0;
    text-align: center; }

  .slide-nav .item {
    margin: 0;
    border: none;
    border-top: 1px solid #eeb020;
    border-left: 1px solid #eeb020;
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    height: 60px; }

  .slide-nav .item:first-child {
    border: none;
    border-top: 1px solid #eeb020; }

  .slide-nav .goTop {
    display: inline-block !important;
    opacity: 1 !important; }

  .slide-nav .icon {
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px auto;
    background-size: 30px auto; }
    .slide-nav .tel.qq{height:140px;}
  .slide-nav .mask {
    left: 85%;
    right: auto;
    bottom: 100%;
    top: auto;
    -webkit-transform: translateX(-50%) scale(1, 0);
    -ms-transform: translateX(-50%) scale(1, 0);
    -o-transform: translateX(-50%) scale(1, 0);
    transform: translateX(-50%) scale(1, 0); }

  .slide-nav .tel {
    padding: 0 15px;
    border: 2px solid #eeb020;
    height: 46px;
    line-height: 42px; }

  .slide-nav .qr {
    width: 120px;
    height: 120px; }

  .slide-nav .item:hover .icon {
    background-position: center -30px; }

  .slide-nav .item:hover .mask {
    -webkit-transform: scale(1, 1) translateX(-50%);
    -ms-transform: scale(1, 1) translateX(-50%);
    -o-transform: scale(1, 1) translateX(-50%);
    transform: scale(1, 1) translateX(-50%); }

  .slide-nav .item {
    width: 25%; }

  .slide-nav .wechat {
    display: none; }

  footer {
    padding-bottom: 60px; } }
.online {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }
  .online .main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 850px;
    width: 96%;
    padding: 30px;
    background-color: #fff; }
    .online .main .tit {
      width: 100%;
      max-width: 260px;
      margin: 0 auto; }
      .online .main .tit h3 {
        text-align: center;
        font-size: 24px;
        color: #434144;
        font-weight: bold; }
      .online .main .tit span {
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        position: relative;
        margin-top: 5px;
        text-align: center;
        font-family: "Arial";
        color: #787878;
        font-weight: bold; }
        .online .main .tit span b {
          color: #cc9e4c; }
        .online .main .tit span:before {
          content: '';
          opacity: 1;
          display: block;
          top: 50%;
          left: 0;
          position: absolute;
          transform: translateY(-50%);
          width: 80px;
          height: 1px;
          background-color: #434144; }
        .online .main .tit span:after {
          content: '';
          opacity: 1;
          display: block;
          top: 50%;
          right: 0;
          position: absolute;
          transform: translateY(-50%);
          width: 80px;
          height: 1px;
          background-color: #434144; }
    .online .main form {
      margin-top: 30px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between;
      align-items: unset; }
      .online .main form figure {
        display: block;
        width: 100%;
        position: relative;
        padding: 20% 0;
        width: 45%; }
        .online .main form figure img {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          object-fit: cover; }
      .online .main form ul {
        width: 52%; }
        .online .main form ul li {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          align-content: space-between;
          justify-content: space-between;
          height: 40px; }
          .online .main form ul li + li {
            margin-top: 15px; }
          .online .main form ul li .ind {
            width: 48%;
            height: 100%;
            border: 1px solid #bebebe;
            padding: 0 10px;
            background-color: transparent;
            color: #979797;
            font-size: 14px;
            transition: .2s all; }
            .online .main form ul li .ind.active {
              box-shadow: 0 5px 10px rgba(204, 60, 64, 0.6); }
            .online .main form ul li .ind::-webkit-input-placeholder {
              color: #979797;
              font-size: 14px; }
          .online .main form ul li select {
            background: url(../images/drop-down.png) #fff 95% center no-repeat; }
          .online .main form ul li.phone input {
            width: 100%; }
          .online .main form ul li.textarea {
            height: 180px; }
            .online .main form ul li.textarea textarea {
              width: 100%;
              padding: 10px; }
          .online .main form ul li button {
            width: 100%;
            height: 100%;
            line-height: 40px;
            text-align: center;
            background-color: #cc9e4c;
            color: #fff;
            font-size: 16px;
            cursor: pointer;
            transition: .4s all;
            border: 1px solid transparent; }
            .online .main form ul li button:hover {
              background-color: transparent;
              border-color: #cc9e4c;
              border-radius: 5px;
              color: #cc9e4c; }
  .online .close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/online_close.png) no-repeat center center #eeb020;
    background-size: 60%;
    cursor: pointer; }

@media screen and (max-width: 768px) {
  .online .main form figure {
    display: none; }

  .online .main form ul {
    width: 100%; }

  .online .main {
    padding: 15px; }

  .online .main .tit h3 {
    font-size: 20px; } }
.n_banner {
  width: 100%;
  position: relative; }
  .n_banner figure {
    display: block;
    width: 100%;
    position: relative;
    padding: 15.67% 0; }
    .n_banner figure img {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      object-fit: cover; }
  .n_banner nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1400px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between; }
    .n_banner nav h4 {
      display: none;
      width: 100%;
      font-size: 18px;
      font-family: cen;
      font-weight: bold;
      padding: 15px 20px;
      position: relative;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #000;
      border-bottom: 1px solid #d5d5d5; }
      .n_banner nav h4:after {
        content: '';
        opacity: 1;
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: url(../images/down.png) no-repeat;
        background-size: contain;
        transition: .4s all; }
      .n_banner nav h4.active:after {
        transform: translateY(-50%) rotate(180deg); }
    .n_banner nav dl {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start;
      padding-left: 20px; }
      .n_banner nav dl dd a {
        display: block;
        padding:20px 0;
        font-size: 14px;
        color: #242424;
        font-weight: bold;
        transition: .4s all; }
        .n_banner nav dl dd a:hover {
          color: #eeb020; }
      .n_banner nav dl dd:nth-of-type(n+3) {
        padding-left: 17px;
        position: relative; }
        .n_banner nav dl dd:nth-of-type(n+3):after {
          content: '';
          opacity: 1;
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          width: 15px;
          height: 15px;
          background: url(../images/location_icon1.png) no-repeat;
          background-size: contain; }
    .n_banner nav ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start; }
      .n_banner nav ul li a {
        display: block;
        font-size: 16px;
        color: #737373;
        padding: 20px 30px;
        transition: .4s all; }
        .n_banner nav ul li a:hover {
          background-color: #eeb020;
          color: #fff; }
      .n_banner nav ul li.active a {
        background-color: #eeb020;
        color: #fff; }

.n_page {
  width: 100%;
  padding: 60px 0; }

.newsview .box-blank {
  padding: 0;
  border-top: none;
  margin-top: 30px; }

.newsview .main {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px; }

.newsview .col-l {
  width: 76%;
  border: 1px solid #e0e0e0; }

.newsview .col-r {
  width: 21%; }

.newsView-page .wp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  place-items: unset;
  margin-top: 65px; }

.row-new2 {
  background: #fff; }

.m-contxt1 {
  padding: 19px 30px 39px; }

.m-contxt1 .tit {
  font-size: 30px;
  color: #eeb020;
  margin-bottom: 13px;
  font-weight: bold; }

.m-contxt1 .box-info {
  padding-bottom: 25px;
  margin-bottom: 33px;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between; }

.m-contxt1 .box-info .info span {
  font-size: 16px;
  color: #787878;
  margin-right: 10px;
  display: inline-block; }

.m-contxt1 .box-info .share {
  font-size: 16px;
  color: #a7a7a7;
  line-height: 33px; }

.m-contxt1 .box-info .share a {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 33px;
  margin-right: 10px;
  background: no-repeat center center;
  background-size: contain;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.m-contxt1 .box-info .share a:hover {
  opacity: .8; }

.m-contxt1 .box-info .share a img {
  display: block;
  width: 100%; }

.m-contxt1 .box-info .share .bdshare-button-style0-16 .bds_more, .m-contxt1 .box-info .share .bdshare-button-style0-16 a {
  float: none;
  padding-left: 0;
  margin: 0;
  margin-right: 10px; }

.m-contxt1 .box-info .share .bds_weixin {
  background-image: url(../images/t3-img1.jpg) !important; }

.m-contxt1 .box-info .share .bds_douban {
  background-image: url(../images/t3-img2.jpg) !important; }

.m-contxt1 .box-info .share .bds_qzone {
  background-image: url(../images/t3-img3.jpg) !important; }

.m-contxt1 .box-info .share .bds_sqq {
  background-image: url(../images/t3-img4.jpg) !important; }

.m-contxt1 .txt-con {
  font-size: 16px;
  color: #787878;
  line-height: 1.875;
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 35px; }

.m-contxt1 .txt-con img {
  /* display: block; */
  max-width: 100%; 
  }

.m-contxt1 .box-blank {
  overflow: hidden; }

.m-contxt1 .box-blank .con {
  background: #000;
  display: inline-block;
  width: 215px; }

.m-contxt1 .box-blank .box1 {
  width: 65px;
  height: 40px;
  background: #eeb020 url(../images/t3-img6.png) no-repeat center center;
  float: left; }

.m-contxt1 .box-blank .blank {
  overflow: hidden;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.m-contxt1 .box-blank .blank:hover {
  opacity: .8; }

.ul-list5 {
  overflow: hidden; }

.ul-list5 li {
  margin-bottom: 25px; }

.ul-list5 li a {
  display: block; }

.ul-list5 li .pic {
  position: relative;
  padding-top: 75.39%;
  margin-bottom: 7px;
  overflow: hidden; }

.ul-list5 li .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: 1s all; }

.ul-list5 li .txt {
  text-align: center; }

.ul-list5 li .txt .tit {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  transition: .4s all; }

.ul-list5 li .txt p {
  font-size: 14px;
  color: #868686; }

.ul-list5 li:hover .txt .tit {
  color: #eeb020; }

.ul-list5 li:hover .pic img {
  transform: scale(1.03); }

.m-serve {
  background-color: #f5f5f5;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.m-serve .tit {
  text-align: center;
  padding: 24px 0 45px;
  background-color: #eeb020; }

.m-serve .tit h3 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 6px;
  font-weight: bold; }

.m-serve .tit p {
  font-size: 14px;
  color: #fff;
  line-height: 24px; }

.m-serve .tit p em {
  font-size: 18px;
  font-weight: 700;
  font-style: normal; }

.m-serve .form {
  margin: -26px 20px 0;
  background-color: #fff;
  border-radius: 5px;
  padding: 19px 15px 19px;
  border: 1px solid #f0f0f0; }

.m-serve .form .item .inp, .m-serve .form select {
  border: 1px solid #e2e2e2;
  padding: 0 20px 0 13px;
  font-size: 12px;
  color: #828282;
  line-height: 35px;
  height: 35px;
  display: block;
  width: 100%;
  border-radius: 3px; }

.m-serve .form select {
  background: url(../images/qwy-i5.png) center right 11px no-repeat; }

.m-serve .form .item {
  margin-bottom: 15px;
  overflow: hidden; }

.m-serve .form .item .s1 {
  float: left;
  width: 47%; }

.m-serve .form .item .s2 {
  float: right;
  width: 47%; }

.m-serve .form .sub {
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #3d3d3d;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: .4s all;
  border: 1px solid transparent; }

.m-serve .form .sub:hover {
  border-radius: 3px;
  color: #443a3b;
  background-color: transparent;
  border-color: #3d3d3d; }

.ul-form {
  overflow: hidden;
  margin: 0 -4px; }

.ul-form li {
  float: left;
  width: 50%;
  margin-top: 12px;
  padding: 0 4px; }

.g-box {
  padding: 15px 15px 5px 20px;
  background-color: #fff;
  margin-bottom: 20px; }

.g-tit1 {
  overflow: hidden;
  margin-bottom: 15px; }

.g-tit1 h3 {
  float: left;
  padding-left: 20px;
  font-size: 24px;
  color: #000;
  background: url(../images/a-ico12.png) center left no-repeat;
  line-height: 34px;
  font-weight: 400; }

.g-tit1 a {
  float: right;
  font-size: 14px;
  color: #828282;
  line-height: 24px;
  margin-top: 8px; }

.m-list2 {
  padding-bottom: 10px; }

.m-list2 li a {
  display: block;
  font-size: 14px;
  color: #838282;
  line-height: 24px;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 10px; }

.m-list2 li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background-color: #e3e3e3;
  margin-top: -1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.g-tit1 a:hover, .m-list2 li a:hover, .m-list3 li a:hover {
  color: #ff5e0e; }

.m-list3 {
  overflow: hidden;
  margin: 0 -9px; }

.m-list3 li {
  float: left;
  width: 50%;
  padding: 0 9px;
  text-align: center; }

.m-list3 li a {
  display: block;
  font-size: 14px;
  color: #5e5e5e;
  transition: .4s all;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  margin-bottom: 18px;
  background-color: #ffffff; }

.g-box {
  padding: 23px 20px 5px;
  background-color: #fff;
  margin-bottom: 30px; }

.g-tit1 {
  overflow: hidden;
  margin-bottom: 20px; }

.g-tit1 h3 {
  float: left;
  padding-left: 20px;
  font-size: 24px;
  color: #000;
  background: url(../images/qwy-i6.png) center left no-repeat;
  line-height: 34px;
  font-weight: 400;
  font-weight: 700; }

.g-tit1 a {
  float: right;
  font-size: 14px;
  color: #828282;
  line-height: 24px;
  margin-top: 8px; }

.g-tit1 a:hover, .m-list2 li a:hover, .m-list3 li a:hover {
  color: #eeb020; }

.ul-form {
  overflow: hidden;
  margin: 0 -4px; }

.ul-form li {
  float: left;
  width: 50%;
  margin-top: 12px;
  padding: 0 4px; }

.col-r {
  width: 21.8%;
  float: right; }

.n_news .main {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  place-items: unset; }

.n_news .col-l {
  width: 76%; }

.n_news .col-r {
  width: 21.8%;
  float: unset; }

.n_news.n_page {
  padding-bottom: 0; }

.ul-list2-t1 {
  overflow: hidden; }

.ul-list2-t1 li {
  margin-bottom: 30px;
  border: 1px solid #e0e0e0; }

.ul-list2-t1 li:last-child {
  margin-bottom: 0; }

.ul-list2-t1 li:hover .tit {
  color: #eeb020; }

.ul-list2-t1 .con {
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between; }

.ul-list2-t1 .pic {
  display: block;
  width: 100%;
  position: relative;
  padding: 12% 0;
  width: 340px; }
  .ul-list2-t1 .pic img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover; }

.ul-list2-t1 .pic img {
  width: 100%;
  display: block; }

.ul-list2-t1 .txt {
  margin-right: 46px;
  width: 625px; }

.ul-list2-t1 .txt .tit {
  font-size: 24px;
  color: #5c5c5c;
  font-weight: bold;
  margin-bottom: 25px;
  transition: .4s all; }

.ul-list2-t1 .txt .desc {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 1.71;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.ul-list2-t1 .txt .desc p {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.ul-list2-t1 .box-time {
  overflow: hidden;
  margin-bottom: 23px; }

.ul-list2-t1 .box-time .time {
  float: left;
  font-size: 14px;
  color: #6a6a6a; }

.ul-list2-t1 .box-time .vis {
  float: right;
  font-size: 14px;
  color: #6a6a6a; }

.ul-list2-t1 .more {
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: block;
  text-transform: uppercase;
  line-height: 29px;
  background-color: #9a9a9a;
  width: 90px;
  height: 29px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.ul-list2-t1 .more:hover {
  background: #eeb020; }

.g-box {
  padding: 15px 15px 5px 20px;
  background-color: #fff;
  margin-bottom: 20px; }

.g-tit1 {
  overflow: hidden;
  margin-bottom: 15px; }

.g-tit1 h3 {
  float: left;
  padding-left: 20px;
  font-size: 24px;
  color: #000;
  background: url(../images/a-ico12.png) center left no-repeat;
  line-height: 34px;
  font-weight: 400; }

.g-tit1 a {
  float: right;
  font-size: 14px;
  color: #828282;
  line-height: 24px;
  margin-top: 8px; }

.m-list2 {
  padding-bottom: 10px; }

.m-list2 li a {
  display: block;
  font-size: 14px;
  transition: .4s all;
  color: #838282;
  line-height: 24px;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 15px; }

.m-list2 li a:after {
  content: "";
  position: absolute;
  transition: .4s all;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background-color: #e3e3e3;
  margin-top: -1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.m-list2 li a:hover {
  color: #eeb020; }
  .m-list2 li a:hover:after {
    background-color: #eeb020; }

.g-tit1 a:hover, .m-list2 li a:hover, .m-list3 li a:hover {
  color: #ff5e0e; }

.m-list3 {
  overflow: hidden;
  margin: 0 -9px; }

.m-list3 li {
  float: left;
  width: 50%;
  padding: 0 9px;
  text-align: center; }

.m-list3 li a {
  display: block;
  font-size: 14px;
  color: #5e5e5e;
  transition: .4s all;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  margin-bottom: 18px;
  background-color: #fff; }

.g-box {
  padding: 23px 20px 5px;
  background-color: #f5f5f5;
  margin-bottom: 30px; }

.g-tit1 {
  overflow: hidden;
  margin-bottom: 20px; }

.g-tit1 h3 {
  float: left;
  padding-left: 20px;
  font-size: 24px;
  color: #000;
  background: url(../images/qwy-i6.png) center left no-repeat;
  line-height: 34px;
  font-weight: 400;
  font-weight: 700; }

.g-tit1 a {
  float: right;
  font-size: 14px;
  color: #828282;
  line-height: 24px;
  margin-top: 8px; }

.g-tit1 a:hover, .m-list2 li a:hover, .m-list3 li a:hover {
  color: #eeb020; }

.ul-form {
  overflow: hidden;
  margin: 0 -4px; }

.ul-form li {
  float: left;
  width: 50%;
  margin-top: 12px;
  padding: 0 4px; }

.m-pages {
  text-align: center;
  font-size: 14px;
  padding-top: 60px;
  padding-bottom: 100px; }

.m-pages ul {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 25px; }

.m-pages li {
  float: left;
  margin: 0 3px; }

.m-pages li a {
  display: block;
  width: 37px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: #ccc;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 3px;
  height: 35px;
  line-height: 33px;
  transition: .4s all;
  font-size: 13px; }

.m-pages li.active a, .m-pages li:hover a {
  color: #fff;
  background-color: #eeb020; }

.m-pages .tz {
  display: inline-block;
  vertical-align: middle;
  color: #ff5e0e;
  line-height: 37px; }

.m-pages .tz select {
  width: 64px;
  height: 36px;
  line-height: 35px;
  color: #000;
  padding-right: 21px;
  background: url(../images/qwy-i4.png) center right 11px no-repeat;
  padding-left: 16px;
  border: 1px solid #ccc;
  margin: 0 10px;
  font-size: 14px; }

.m-pages select {
  width: 65px;
  height: 35px;
  border: 1px solid #ccc;
  line-height: 33px;
  color: #000;
  padding-left: 10px;
  background: url(../images/qwy-i4.png) #fff center right 10px no-repeat;
  background-size: 8px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.m-pages select option {
  width: 100%;
  height: 36px;
  font-size: 14px; }

.page-t1 {
  margin-bottom: 27px; }

.page-t1 a {
  display: block;
  font-size: 16px;
  color: #787878;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.page-t1 a.prev {
  margin-bottom: 5px; }

.page-t1 a:hover {
  color: #eeb020; }

.page-t1 a span {
  font-size: 14px; }

.newsview .page-t1 {
  margin: 0; }

.box-blank .con {
  background: #3d3d3d;
  display: inline-block;
  width: 215px; }

.box-blank .box1 {
  width: 65px;
  height: 40px;
  background: #eeb020 url(../images/t3-img6.png) no-repeat center center;
  float: left; }

.box-blank .blank {
  overflow: hidden;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.box-blank .blank:hover {
  opacity: .8; }

.box-blank {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  padding: 0 30px;
  padding-top: 40px;
  padding-bottom: 60px;
  border-top: 1px solid #d6d6d6; }
  .box-blank div a {
    display: block;
    font-size: 16px;
    color: #787878;
    transition: .4s all; }
    .box-blank div a + a {
      margin-top: 15px; }
    .box-blank div a:hover {
      color: #eeb020; }

.index6 {
  background-color: #f1f1f1;
  padding: 100px 0; }
  .index6 .main h4 {
    font-size: 48px;
    line-height: 48px;
    color: #bdbdbd;
    text-align: center;
    font-family: "fontFamily";
    text-transform: uppercase;
    font-weight: bold; }
    .index6 .main h4 span {
      display: block;
      font-size: 24px;
      line-height: 30px;
      color: #342c2a;
      text-align: center;
      margin-top: 15px; }
  .index6 .main form {
    margin-top: 60px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between; }
    .index6 .main form ul {
      width: 49.5%; }
      .index6 .main form ul li {
        width: 100%;
        height: 58px;
        border: 1px solid #e3e3e3;
        background-color: #fff;
        padding: 0 15px;
        transition: .4s all; }
        .index6 .main form ul li + li {
          margin-top: 20px; }
        .index6 .main form ul li input {
          width: 100%;
          height: 100%;
          color: #6a6a6a;
          font-size: 16px; }
        .index6 .main form ul li select {
          width: 100%;
          height: 100%;
          color: #6a6a6a;
          font-size: 16px;
          background: url(../images/index6_btn.png) #fff 100% center no-repeat; }
        .index6 .main form ul li:hover {
          box-shadow: 0 5px 10px rgba(238, 176, 32, 0.6); }
    .index6 .main form dl {
      width: 49.5%; }
      .index6 .main form dl dd:first-child {
        width: 100%;
        height: 290px;
        padding: 15px;
        border: 1px solid #e3e3e3;
        background-color: #fff; }
        .index6 .main form dl dd:first-child textarea {
          width: 100%;
          height: 100%; }
          .index6 .main form dl dd:first-child textarea::-webkit-input-placeholder {
            color: #6a6a6a;
            font-size: 16px; }
      .index6 .main form dl dd {
        transition: .4s all; }
        .index6 .main form dl dd:hover {
          box-shadow: 0 5px 10px rgba(238, 176, 32, 0.6); }
      .index6 .main form dl dd:last-child:hover {
        box-shadow: none; }
      .index6 .main form dl button {
        width: 100%;
        height: 58px;
        margin-top: 20px;
        border: 1px solid #e3e3e3;
        background-color: #eeb020;
        font-size: 16px;
        line-height: 58px;
        transition: .4s all;
        color: #fff;
        cursor: pointer; }
        .index6 .main form dl button:hover {
          background-color: transparent;
          color: #eeb020;
          border-radius: 5px;
          border-color: #eeb020; }
  .index6 .main div {
    width: 100%;
    margin-top: 58px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between; }
    .index6 .main div p {
      color: #6e6e6e;
      font-size: 16px;
      padding-left: 30px;
      position: relative; }
      .index6 .main div p:before {
        content: '';
        opacity: 1;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
      .index6 .main div p:nth-of-type(1):before {
        width: 18px;
        height: 22px;
        background: url("../images/address.png") no-repeat;
        background-size: contain; }
      .index6 .main div p:nth-of-type(2):before {
        width: 22px;
        height: 22px;
        background: url("../images/tel.png") no-repeat;
        background-size: contain; }
      .index6 .main div p:nth-of-type(3):before {
        width: 21px;
        height: 21px;
        background: url("../images/web.png") no-repeat;
        background-size: contain; }
      .index6 .main div p a {
        color: #6e6e6e;
        font-size: 16px;
        margin-right: 25px;
        transition: .4s all; }
        .index6 .main div p a:hover {
          color: #eeb020; }

.contact-main {
  padding-bottom: 60px; }
  .contact-main .main {
    width: 1400px;
    margin: 0 auto;
    margin-top: 65px;
    padding: 30px;
    border: 1px solid #e0e0e0; }
    .contact-main .main .contact {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between; }
      .contact-main .main .contact > dl {
        width: 35%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: space-between;
        justify-content: space-between; }
        .contact-main .main .contact > dl dd {
          width: 50%;
          display: flex;
          justify-content: center;
          flex-direction: column;
          align-items: center;
          padding: 53px 10px;
          background-color: #eeb020; }
          .contact-main .main .contact > dl dd:hover figure img {
            margin-top: -15px; }
          .contact-main .main .contact > dl dd:nth-of-type(1) {
            border-right: 11.5px solid #fff;
            border-bottom: 11.5px solid #fff; }
          .contact-main .main .contact > dl dd:nth-of-type(2) {
            border-left: 11.5px solid #fff;
            border-bottom: 11.5px solid #fff; }
          .contact-main .main .contact > dl dd:nth-of-type(3) {
            border-right: 11.5px solid #fff;
            border-top: 11.5px solid #fff; }
          .contact-main .main .contact > dl dd:nth-of-type(4) {
            border-left: 11.5px solid #fff;
            border-top: 11.5px solid #fff; }
          .contact-main .main .contact > dl dd:last-child {
            width: 100%;
            border: none;
            border-top: 22px solid #fff; }
          .contact-main .main .contact > dl dd figure {
            width: 63px;
            height: 63px; }
            .contact-main .main .contact > dl dd figure img {
              width: 100%;
              height: 100%;
              object-fit: contain;
              transition: .4s all; }
          .contact-main .main .contact > dl dd p {
            width:100%;
            text-align:center;
            margin-top: 29px;
            font-size: 16px;
            color: #fff; }
            .contact-main .main .contact > dl dd p + p {
              font-size:14px;
              margin-top: 20px; }
      .contact-main .main .contact #bmap {
        width: 65%;
        height: 825px;
        border-left: 22px solid #fff; }
      .contact-main .main .contact .index6 {
        width: 100%;
        padding: 0;
        margin-top: 22px; }
        .contact-main .main .contact .index6 .main {
          width: 100%;
          border: none;
          margin-top: 0; }
          .contact-main .main .contact .index6 .main form {
            width: 100%;
            margin-top: 0;
            background-color: #f1f1f1; }

.navbar {
  width: 100%;
  padding: 60px 0; }
  .navbar div {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    padding: 0 20px;
    background-color: #fff; }
    .navbar div h5 {
      display: none;
      width: 100%;
      padding: 15px 20px;
      font-size: 16px;
      color: #fff;
      position: relative;
      transition: .4s all; }
      .navbar div h5:before {
        content: '';
        opacity: 1;
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: url("../images/down_jt.png") no-repeat;
        background-size: contain;
        transition: .4s all; }
      .navbar div h5.active {
        border-bottom: 1px solid #4f4f4f; }
        .navbar div h5.active:before {
          transform: translateY(-50%) rotate(180deg); }
    .navbar div p {
      font-size: 16px;
      line-height: 60px;
      color: #626262;
      padding-left: 24px;
      position: relative; }
      .navbar div p:before {
        content: '';
        opacity: 1;
        display: block;
        width: 14px;
        height: 14px;
        background: url("../images/all.png") no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
    .navbar div ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start; }
      .navbar div ul li {
        position: relative;
        transition: .4s all;
        border-radius: 15px; }
        .navbar div ul li + li {
          margin-left: 20px; }
        .navbar div ul li.active {
          background-color: #eeb020; }
          .navbar div ul li.active a {
            color: #fff; }
        .navbar div ul li:hover {
          background-color: #eeb020; }
          .navbar div ul li:hover a {
            color: #fff; }
        .navbar div ul li a {
          display: block;
          font-size: 14px;
          color: #626262;
          transition: .4s all;
          padding: 6px 15px; }

.navbar .inner-tab {
  padding: 0; }
  .navbar .inner-tab h5 {
    background-color: #192028; }

.inner-tab {
  border: 1px solid #e2e2e2;
  background-color: #fff;
  margin-bottom: 60px;
  border-bottom: none; }

.inner-tab .tit {
  padding: 0 18px;
  line-height: 58px;
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
  color: #484848;
  background-color: #f2f2f2; }

.inner-tab .tit span {
  float: left;
  padding-left: 32px;
  background: url(../images/qwy-i2.png) center left no-repeat; }

.inner-tab .tit em {
  font-style: unset;
  float: right;
  padding-right: 20px;
  background: url(../images/qwy-i3.png) center right no-repeat;
  cursor: pointer; }

.inner-tab dl {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  line-height: 58px;
  padding: 0 30px 0 45px; }

.inner-tab dt {
  font-size: 16px;
  color: #484848;
  float: left;
  margin-right: 60px;
  display: none; }

.inner-tab dt h4 {
  color: #434144;
  font-size: 16px;
  position: relative;
  padding-right: 25px;
  display: inline-block; }

.inner-tab dt i {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transition: .4s all;
  transform: translateY(-50%);
  background: url(../images/down_jt_a.png) no-repeat;
  background-size: 100% 100%;
  transition: .4s all; }

.inner-tab dd {
  overflow: hidden; }

.inner-tab dd a {
  float: left;
  font-size: 16px;
  color: #757575;
  margin-right: 30px;
  position: relative; }

.inner-tab dd a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 13px;
  width: 100%;
  background-color: transparent;
  height: 2px;
  transition: .4s all; }

.inner-tab dd a.active, .inner-tab dd a:hover {
  color: #eeb020; }

.inner-tab dd a.active:after, .inner-tab dd a:hover:after {
  background-color: #eeb020; }

.inner-tab dd h4 {
  font-size: 16px;
  color: #626262;
  font-weight: 700;
  float: left;
  margin-right: 62px; }

.inner-tab2 .tit {
  padding-right: 0; }

.inner-tab .tit p {
  float: right;
  padding: 0 20px;
  transition: .4s all; }

.inner-tab .tit p:hover {
  color: #fff;
  background-color: #000; }

.inner-tab .tit a {
  display: block;
  float: right;
  padding: 0 20px;
  transition: .4s all; }

.inner-tab .tit a:hover {
  color: #fff;
  background-color: #000; }

.inner-tab .tit p.on {
  color: #fff;
  background-color: #000; }

.inner-tab .tit a.on {
  color: #fff;
  background-color: #000; }

.n_product.n_page {
  padding: 0; }

.n_product .main {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  align-items: unset; }

.n_product .col-l {
  width: 76%; }

.n_product .col-r {
  width: 21.8%; }

.n_product.puzzee:after {
  display: none; }

.n_product.puzzee:before {
  display: none; }

.n_product .main .row-new1 {
  margin-top: 0; }
.n_product .main nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start; }
  .n_product .main nav ul li {
    margin-top: 0;
    width: 32%;
    margin-right: 2%;
    border: none;
    margin-bottom: 0; }
    .n_product .main nav ul li:nth-of-type(3n) {
      margin-right: 0; }
    .n_product .main nav ul li:nth-of-type(n+4) {
      margin-top: 20px; }

.proview4 {
  width: 1400px;
  margin: 0 auto;
  margin-top: 40px; }
  .proview4:after {
    content: '';
    display: block;
    clear: both; }
  .proview4 .left {
    width: 76%;
    float: left;
    border: 1px solid #d2d2d2; }
    .proview4 .left ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start;
      border-bottom: 1px solid #d2d2d2;
      background-color: #f6f6f6; }
      .proview4 .left ul li {
        width: 130px;
        line-height: 45px;
        color: #434144;
        font-size: 16px;
        transition: .4s all;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        position: relative; }
        .proview4 .left ul li:after {
          content: '';
          opacity: 1;
          display: block;
          position: absolute;
          top: -1px;
          left: 0;
          width: 100%;
          height: 3px;
          background: transparent;
          transition: .4s all; }
        .proview4 .left ul li.active {
          background-color: #fff; }
          .proview4 .left ul li.active:after {
            background-color: #eeb020; }
        .proview4 .left ul li:hover {
          background-color: #fff;
          -color: #fff; }
          .proview4 .left ul li:hover:after {
            background-color: #eeb020; }
    .proview4 .left .view_main {
      padding: 40px 30px; }
    .proview4 .left .view_main .swiper-slide {
      opacity: 0 !important; }
    .proview4 .left .view_main .swiper-slide.swiper-slide-active {
      opacity: 1 !important; }
  .proview4 .right {
    width: 21.8%; }

.about1 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 40px; }
  .about1 .main {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset; }
    .about1 .main figure {
      width: 315px; }
      .about1 .main figure i {
        display: block;
        margin-top: 250px;
        width: 100px;
        height: 100px;
        background: url("../images/puzzee_b.png") no-repeat;
        background-size: contain; }
    .about1 .main div {
      width: 920px; }
      .about1 .main div p {
        font-size: 16px;
        color: #888888;
        line-height: 36px; }
      .about1 .main div span {
        margin-top: 30px;
        display: block;
        font-size: 16px;
        color: #2b2b2b;
        line-height: 30px;
        font-weight: bold; }
        .about1 .main div span + span {
          margin-top: 0; }
        .about1 .main div span a {
          transition: .4s all; }
          .about1 .main div span a:hover {
            color: #eeb020; }

.about2 {
  padding-top: 90px;
  padding-bottom: 100px; }
  .about2 .main {
    width: 1400px;
    position: relative;
    margin: 0 auto; }
  .about2 .index_title {
    text-align: center; }
  .about2 figure {
    margin: 55px auto;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 16px; }
    .about2 .main >figure{
      width: 1600px;
      position: absolute;
      left: -100px;
      top: 50%;
    }
    .about2 figure .swiper-button-prev {
      width: 60px;
      height: 14px;
      background: url(../images/nnews_btn.png) no-repeat;
      background-size: contain;
      left: 0;
      transform: translateY(-50%);
      margin: 0;
      opacity: 1; }
      .about2 figure .swiper-button-prev:after {
        display: none; }
    .about2 figure .swiper-button-next {
      width: 60px;
      height: 14px;
      background: url(../images/nnews_btn.png) no-repeat;
      background-size: contain;
      right: 0;
      transform: translateY(-50%) rotate(180deg);
      margin: 0;
      opacity: 1; }
      .about2 figure .swiper-button-next:after {
        display: none; }
    .about2 figure .swiper-pagination {
      margin: 0 50px;
      position: unset;
      display: flex;
      justify-content: center;
      align-items: center; }
      .about2 figure .swiper-pagination .swiper-pagination-bullet {
        background-color: #cdcdcd;
        margin: 0 5px;
        transition: .4s all;
        opacity: 1; }
        .about2 figure .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-color: #eeb020; }
  .about2 .swiper-slide {
    padding: 1px; }
    .about2 .swiper-slide:hover a {
      border-color: #eeb020; }
    .about2 .swiper-slide:hover p {
      color: #eeb020; }
    .about2 .swiper-slide a {
      padding: 20px;
      border: 1px solid #d6d6d6;
      display: block;
      transition: .4s all; }
      .about2 .swiper-slide a figure {
        margin: 0;
        display: block;
        width: 100%;
        position: relative;
        padding: 37% 0; }
        .about2 .swiper-slide a figure img {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          object-fit: contain; }
    .about2 .swiper-slide p {
      margin-top: 22px;
      font-size: 16px;
      color: #666;
      text-align: center;
      transition: .4s all; }

.video {
  width: 100%;
  padding-top: 75px;
  padding-bottom: 90px;
  background: url("../images/video_bag.jpg") no-repeat;
  background-size: cover; }
  .video .main {
    width: 1400px;
    margin: 0 auto; }
    .video .main .index_title {
      text-align: center; }
    .video .main video {
      display: block;
      margin: 0 auto;
      margin-top: 43px;
      width: 1070px;
      height: 620px;
      border: 20px solid #fff; }

.album {
  width: 100%;
  padding-top: 60px; }
  .album .main {
    width: 1400px;
    margin: 0 auto; }
    .album .main dl {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start; }
      .album .main dl dd {
        width: 32%;
        margin-right: 2%; }
        .album .main dl dd:nth-of-type(3n) {
          margin-right: 0; }
        .album .main dl dd:nth-of-type(n+4) {
          margin-top: 30px; }
        .album .main dl dd a {
          display: block; }
          .album .main dl dd a figure {
            display: block;
            width: 100%;
            position: relative;
            padding: 37% 0; }
            .album .main dl dd a figure img {
              width: 100%;
              height: 100%;
              display: block;
              position: absolute;
              left: 0;
              top: 0;
              object-fit: cover; }
          .album .main dl dd a p {
            font-size: 16px;
            color: #888888;
            text-align: center;
            line-height: 36px;
            transition: .4s all; }
        .album .main dl dd:hover a p {
          color: #eeb020; }

@media screen and (max-width: 1600px) {
  .about2 .main >figure{display:none;}
  header .pc {
    padding: 0 40px; }

  header .pc nav ul li > a {
    padding: 0 20px; }

  header .pc dl dd:nth-of-type(2) {
    margin-left: 20px; }

  header .pc nav ul li .item {
    padding: 40px; } }
@media screen and (max-width: 1400px) {
  .album .main {
    width: 100%;
    padding: 0 40px; }

  .video .main {
    width: 100%;
    padding: 0 40px; }

  .video .main video {
    width: 100%; }

  .about2 {
    padding: 60px 0; }

  .about2 .main {
    width: 100%;
    padding: 0 40px; }

  .about2 figure {
    margin: 4% auto; }

  .n_banner {
    border-bottom: 1px solid #d5d5d5; }

  .about1 .main div span {
    margin-top: 20px; }

  .about1 .main figure i {
    display: none; }

  .about1 .main figure {
    width: 100%; }

  .about1 .main div {
    width: 100%;
    margin-top: 20px; }

  .about1 {
    padding: 60px 0; }

  .about1 .main {
    width: 100%;
    padding: 0 40px; }

  .proview4 {
    width: 100%;
    padding: 0 40px; }

  .proView_page .pro_left {
    width: 100%;
    padding: 0 40px; }

  .n_product.puzzee .main nav ul li {
    width: 32%; }

  .navbar {
    padding: 40px; }

  .navbar div {
    width: 100%; }

  .contact-main .main .contact .index6 .main {
    padding: 20px; }

  .index6 .main form dl dd:first-child {
    height: 268px; }

  .index6 .main form ul li + li {
    margin-top: 12px; }

  .index6 .main form dl button {
    margin-top: 12px; }

  .contact-main .main .contact .index6 .main form {
    padding: 12px; }

  .contact-main .main {
    width: 100%;
    margin-top: 3%;
    padding: 0 40px;
    border: none; }

  .contact-main .main .contact > dl dd:last-child {
    border-top: 12px solid #fff; }

  .contact-main .main .contact > dl dd:nth-of-type(1) {
    border-right: 6px solid #fff;
    border-bottom: 6px solid #fff; }
  .contact-main .main .contact > dl dd:nth-of-type(2) {
    border-left: 6px solid #fff;
    border-bottom: 6px solid #fff; }
  .contact-main .main .contact > dl dd:nth-of-type(3) {
    border-right: 6px solid #fff;
    border-top: 6px solid #fff; }
  .contact-main .main .contact > dl dd:nth-of-type(4) {
    border-left: 6px solid #fff;
    border-top: 6px solid #fff; }

  .contact-main .main .contact > dl {
    width: 50%; }

  .contact-main .main .contact #bmap {
    width: 50%;
    border-left: 12px solid #fff;
    height: 804px; }

  .news .main {
    width: 100%; }

  .ul-list2-t1 .pic {
    width: 35%; }

  .ul-list2-t1 .txt {
    width: 60%;
    margin-right: 2%; }

  .n_news .main {
    width: 100%;
    padding: 0 40px; }

  .newsview .main {
    width: 100%;
    padding: 0 40px; }

  .n_banner nav {
    width: 100%;
    padding: 0 40px; }

  footer .footer1 {
    padding: 40px 0; }

  footer .footer3 {
    width: 100%;
    padding: 20px 40px; }

  .client .main {
    padding: 60px 40px;
    width: 100%; }

  .news {
    padding: 60px 0; }

  .news .main {
    width: 100%;
    padding: 0 40px; }

  .factory:after {
    display: none; }

  .factory:before {
    display: none; }

  .factory .main {
    width: 100%;
    padding: 0 40px; }

  header .pc > a img {
    width: 158px;
    height: 42px; }

  header .pc nav ul li > a {
    padding: 0 15px; }

  .i_banner .bottom {
    width: 90%;
    margin: 0 auto; }

  .puzzee {
    padding: 80px 0; }

  .puzzee .main {
    width: 100%;
    padding: 0 40px; }

  .puzzee .main nav ul li {
    width: 23%; }

  .service {
    padding: 80px 0; }

  .service .main {
    width: 100%;
    padding: 0 40px; }

  .service .main nav {
    margin-top: 50px; }

  .service .main nav ul li p {
    width: 100%;
    font-size: 14px; }

  .about .main .top div {
    width: 100%;
    padding: 160px 40px; }

  .about .main .bottom {
    width: 100%;
    padding: 50px 40px; }

  .about .main .bottom dd:nth-of-type(2) {
    width: 760px; }

  .core .main {
    width: 100%;
    padding: 60px 40px; }

  .core .main div {
    width: 40%; }

  .core .main ul {
    width: 58%; }

  .values {
    padding-top: 60px; }

  .values .main {
    width: 100%;
    padding: 0 40px; }

  .values .main ul {
    margin-top: 50px; }

  .proView_page .pro_left {
    border: none; }

  .video {
    padding: 60px 0; } }
@media screen and (max-width: 1200px) {
  .proview4 .left {
    width: 100%; }

  .n_product .col-l {
    width: 100%; }

  .n_news .col-l {
    width: 100%; }

  .col-r {
    display: none; }

  .newsview .col-l {
    width: 100%; }

  .n_banner nav {
    position: static;
    transform: none; }

  .factory {
    padding: 60px 0; }

  .about .main .bottom dd:nth-of-type(2) {
    width: 100%;
    margin-top: 20px; }

  header .pc nav ul li .item {
    padding: 40px 20px; }

  header .pc nav ul li > a {
    font-size: 14px;
    padding: 0 10px; }

  header .pc dl dd > a {
    font-size: 16px; }

  .index_title {
    font-size: 40px; }

  .index_title span {
    font-size: 26px; }

  .puzzee .main .top i {
    width: 80px;
    height: 80px; }

  .service .main nav ul li {
    width: 33%; }

  .service .main nav ul li:nth-of-type(4) {
    width: 50%; }

  .service .main nav ul li:nth-of-type(5) {
    width: 50%; }

  .service .main nav ul li:nth-of-type(n+4) {
    margin-top: 50px; } }
@media screen and (max-width: 1024px) {
  .i_banner a{padding:0 !important;}
  .album .main dl dd {
    width: 49%;
    margin-right: 2% !important; }

  .album .main dl dd:nth-of-type(2n) {
    margin-right: 0 !important; }

  .album .main dl dd:nth-of-type(n+3) {
    margin-top: 20px; }

  .album {
    padding-top: 40px; }

  .album .main {
    padding: 0 20px; }

  .video .main video {
    border: 10px solid #fff; }

  .video .main {
    padding: 0 20px; }

  .about2 .main {
    padding: 0 20px; }

  .about2.about1 {
    padding: 6% 15px; }

  .about1 .main {
    padding: 0 20px; }

  .n_banner {
    border-bottom: none; }

  .proview4 {
    padding: 0 20px; }

  .proView_page .proview1 .left {
    width: 100%; }

  .proView_page .proview1 .right {
    width: 100%;
    margin-top: 40px; }

  .proView_page .pro_left {
    padding: 0 20px; }

  .n_product.puzzee .main nav ul li {
    width: 49%;
    margin-right: 2% !important; }
  .n_product.puzzee .main nav ul li:nth-of-type(2n) {
    margin-right: 0 !important; }

  .n_product.puzzee .main nav ul li:nth-of-type(n+3) {
    margin-top: 20px; }

  .inner-tab dl {
    border: 1px solid #e2e2e2; }

  .inner-tab dl + dl {
    border-top: none; }

  .inner-tab .tit {
    padding: 0 15px;
    line-height: 45px;
    font-size: 14px; }

  .inner-tab dl {
    line-height: 45px; }

  .inner-tab dd h4 {
    font-size: 14px;
    margin-right: 30px; }

  .inner-tab dd a {
    font-size: 14px;
    margin-right: 20px; }

  .inner-tab dd a:after {
    bottom: 10px;
    height: 1px; }

  .inner-tab {
    margin-bottom: 40px;
    border: none; }

  .inner-tab .tit {
    padding: 0 10px;
    line-height: 35px; }

  .inner-tab dl {
    line-height: 35px;
    padding: 0; }

  .inner-tab dd h4 {
    margin-right: 20px; }

  .inner-tab dd a {
    margin-right: 10px; }

  .inner-tab dd a:after {
    bottom: 5px; }

  .inner-tab {
    margin: 30px 0;
    overflow: hidden; }

  .inner-tab .tit span {
    padding-left: 20px; }

  .inner-tab .pc-nav dd h4 {
    display: none; }

  .inner-tab .pc-nav dd {
    display: none;
    width: 100%; }

  .inner-tab .pc-nav dt {
    position: relative;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    transition: .4s all;
    padding: 5px 0; }

  .inner-tab dd a {
    margin-right: 0;
    text-align: center;
    display: block;
    width: 100%; }

  .inner-tab .pc-nav.active dt {
    background-color: #eeb020;
    color: #fff; }

  .inner-tab .pc-nav.active dt h4 i {
    transform: translateY(-50%) rotate(180deg);
    background: url(../images/down_jt.png) no-repeat;
    background-size: 100% 100%; }

  .inner-tab .pc-nav {
    overflow: hidden; }

  .inner-tab .tit {
    display: none; }

  .inner-tab dd a:after {
    display: none; }

  .navbar .inner-tab {
    padding: 30px 20px;
    border-top: none; }

  .navbar .inner-tab .pc-nav {
    background-color: #fff; }

  .inner-tab .pc-nav.active dt h4 {
    color: #fff; }

  .navbar {
    padding: 0;
    background-color: #fff; }

  .navbar div h5 {
    display: block; }

  .navbar div p {
    display: none; }

  .navbar div ul {
    display: none;
    width: 100%;
    padding: 20px;
    padding-top: 0px; }

  .navbar div ul li + li {
    margin-left: 0; }

  .navbar div {
    padding: 0; }

  .navbar div ul li {
    width: 100%;
    border-bottom: 1px solid #4f4f4f;
    border-radius: 0; }

  .navbar div ul li a {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 10px 0; }

  .navbar div ul li.active {
    background-color: transparent; }
    .navbar div ul li.active a {
      color: #eeb020; }

  .navbar div ul li:hover {
    background-color: transparent; }
    .navbar div ul li:hover a {
      color: #eeb020; }

  .contact-main {
    padding-bottom: 0; }

  .contact-main .main .contact .index6 .main form {
    padding: 0; }

  .contact-main .main .contact .index6 .main form {
    background-color: #fff; }

  .contact-main .main .contact .index6 .main {
    padding: 0; }

  .contact-main .main {
    border: none;
    padding: 40px 20px;
    margin-top: 0; }

  .contact-main .main .contact > dl {
    width: 100%; }

  .contact-main .main .contact #bmap {
    width: 100%;
    margin-top: 15px;
    border: none;
    height: 520px; }

  .m-pages {
    padding: 5% 0; }

  .ul-list2-t1 .pic {
    padding: 14% 0; }

  .ul-list2-t1 .txt .tit {
    font-size: 20px;
    margin-bottom: 15px; }

  .n_news .main {
    padding: 0 20px; }

  .m-pages ul {
    margin-right: 15px; }

  .newsview .main {
    padding-bottom: 0;
    padding: 0 20px; }

  .n_banner nav ul li.active a {
    background-color: transparent;
    color: #eeb020; }

  .n_banner nav ul {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #d5d5d5;
    display: none; }

  .n_banner nav ul li {
    width: 100%;
    border-bottom: 1px solid #f1f1f1; }

  .n_banner nav ul li a {
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 0;
    line-height: 40px;
    font-weight: normal; }

  .n_banner figure {
    display: none; }

  .n_banner nav {
    margin-top: 82px;
    padding: 0; }

  .n_banner nav dl {
    padding-left: 0;
    display: none; }

  .n_banner nav h4 {
    display: block; }

  footer .footer1 ul {
    margin-top: 30px; }

  footer .footer1 ul li + li {
    margin-left: 30px; }

  footer .footer2 ul li + li {
    margin-top: 10px; }

  footer .footer2 ul li span + span {
    margin: 0;
    margin-top: 10px; }

  footer .footer2 ul li span {
    width: 100%;
    display: block;
    margin: 0; }

  .client .main {
    padding: 40px 20px; }

  .client .main ul {
    margin-top: 30px; }

  .client .main ul li {
    width: 32%;
    margin-right: 2%; }

  .client .main ul li:nth-of-type(3n) {
    margin-right: 0; }

  .client .main ul li:nth-of-type(n+4) {
    margin-top: 30px; }

  .news .main nav .m {
    display: block; }

  .news .main nav .pc {
    display: none; }

  .news .main .top {
    padding-bottom: 20px; }

  .news .main .top ul {
    display: none; }

  .news .main {
    padding: 0 20px; }

  .news {
    padding: 40px 0; }

  .factory .main li div {
    padding: 30px; }

  .factory .main {
    padding: 0 20px; }

  .values .main ul li i {
    margin-top: 50px; }

  .values .main ul li {
    width: 48%; }

  .values .main ul li:nth-of-type(n+3) {
    margin-top: 30px; }

  .values .main {
    padding: 0 20px; }

  .core .main div {
    align-items: normal;
    padding-left: 53px; }

  .core .main div {
    width: 100%;
    height: 300px; }

  .core .main ul li {
    height: 300px; }

  .core .main ul {
    width: 100%;
    margin-top: 20px; }

  .core .main ul li + li {
    margin-top: 20px; }

  .core .main {
    padding: 60px 20px; }

  .about .main .bottom {
    padding: 40px 20px;
    padding-top: 20px; }

  .about .main .top div {
    padding: 140px 20px; }

  header .pc {
    background-color: #626262 !important; }

  header .pc nav {
    display: none; }

  header .pc dl {
    display: none; }

  header .m_ment {
    display: block; }

  header .pc .h_btn {
    display: flex; }

  .i_banner {
    margin-top: 82px; }

  header .pc {
    padding: 20px; }

  .i_banner a img.pc {
    display: none; }

  .i_banner a img.m {
    position:static;
    display: block; }

  .i_banner a {
    padding: 40% 0; }

  .i_banner .info {
    padding: 30px 20px; }

  .puzzee {
    padding: 60px 0; }

  .puzzee .main nav ul li {
    margin-right:2%;
    width: 49%; }
    
    .puzzee .main nav ul li:nth-of-type(2n){margin-right:0;}

  .puzzee .main nav {
    margin-top: 40px; }

  .puzzee .main {
    padding: 0 20px; }

  .puzzee .main nav ul li a {
    padding: 55% 0; }

  .service .main {
    padding: 0 20px; } }
@media screen and (max-width: 850px) {
  .i_banner .info li p {
    line-height: 40px;
    font-size: 22px; } }
@media screen and (max-width: 768px) {
  .video {
    padding: 40px 0; }

  .video .main video {
    height: 520px; }

  .about2 figure {
    margin: 20px auto; }

  .about1 {
    padding: 40px 0; }

  .navbar .inner-tab {
    padding: 20px; }

  .index6 .main form ul {
    width: 100%; }

  .index6 .main form dl {
    width: 100%;
    margin-top: 20px; }

  .ul-list2-t1 .pic {
    width: 100%;
    padding: 30% 0; }

  .ul-list2-t1 .txt {
    width: 100%;
    margin: 0;
    padding: 20px; }

  .ul-list2-t1 .more {
    display: none; }

  .ul-list2-t1 .box-time {
    margin-bottom: 0; }

  .m-contxt1 {
    padding: 15px 20px; }

  .n_page {
    padding: 40px 0; }

  .m-contxt1 .box-info .info {
    width: 100%;
    margin-bottom: 13px; }

  footer .footer2 h4 {
    display: block; }

  footer .footer2 ul li + li {
    text-align: left; }

  footer .footer2 {
    padding: 30px 20px; }

  footer .footer2 ul li span {
    text-align: left; }

  footer .footer1 {
    display: none; }

  footer .footer3 {
    display: none; }

  .factory .main li div dl dd + dd {
    margin-top: 8px; }

  .factory .main li div dl {
    margin-top: 15px; }

  .factory .main li + li {
    margin-top: 20px; }

  .factory .main li figure {
    width: 100%;
    padding: 30% 0; }

  .factory .main li div {
    width: 100%;
    padding: 20px 0;
    padding-bottom: 0; }

  .factory .main li:nth-of-type(2) div {
    order: 1; }

  .core .main div {
    padding: 20px; }

  .core .main ul li {
    padding: 20px; }

  .about .main .top div ul {
    width: 100%;
    margin: 0 auto; }

  .about .main .top div ul li p {
    font-size: 14px; }

  .about .main .top div ul li h5 span {
    font-size: 40px; }

  .i_banner .bottom > a {
    display: none; }

  .i_banner .bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    justify-content: flex-end; }

  .i_banner .bottom .swiper-pagination {
    text-align: left;
    padding-left: 4%; }

  .puzzee .main .top i {
    display: none; }

  .puzzee .main nav ul li a div {
    padding: 20px 10px; }

  .puzzee .main nav ul li a div p {
    margin-top: 10px; }

  .puzzee .main nav {
    margin-top: 0; }

  .puzzee .main nav ul li:hover {
    margin-top: 25px;
    box-shadow: none; }

  .puzzee .main nav ul li a div p {
    display: none; }

  .puzzee .main nav ul li a div i {
    right: 10px; }

  .service .main nav ul li {
    width: 49% !important; }

  .service .main nav ul li:last-child {
    width: 100% !important; }

  .service .main nav ul li:nth-of-type(n+3) {
    margin-top: 30px !important; }

  .values .main ul {
    margin-top: 30px; }

  .about2 {
    padding: 40px 0; } }
@media screen and (max-width: 620px) {
  .i_banner a {
    padding: 70% 0; }

  .p_history .main .history_deeds {
    margin-top: 30px; }

  .puzzee .main .top form {
    width: 100%;
    margin-top: 20px; }
    .puzzee .main .top form select {
      width: 100%; }

  .contact-main .main .contact > dl dd:hover figure img {
    margin-top: -8px; }

  .contact-main .main .contact > dl dd {
    padding: 4% 0; }

  .contact-main .main .contact > dl dd figure {
    width: 40px;
    height: 40px; }

  .contact-main .main .contact > dl dd p {
    margin-top: 10px;
    font-size: 14px; }
    .contact-main .main .contact > dl dd p + p {
      margin-top: 10px; } }
@media screen and (max-width: 520px) {
  .puzzee .main nav ul li a div{padding:10px;}
  .puzzee .main nav ul li a div h5{text-align:center;}
  .puzzee .main nav ul li a div i{display:none;}
  .album .main dl dd {
    width: 100%;
    margin-right: 0 !important; }

  .album .main dl dd:nth-of-type(2n) {
    margin-right: 0 !important; }

  .album .main dl dd + dd {
    margin-top: 20px !important; }

  .video .main video {
    height: 400px;
    margin-top: 30px; }

  .about2.about1 figure {
    margin: 25px auto; }

  .about1 {
    padding: 30px 0; }

  .about1 .main div {
    margin-top: 10px; }

  .newsview .box-blank {
    margin-top: 0; }

  .box-blank div a {
    font-size: 14px; }

  .box-blank div:nth-of-type(2) {
    width: 100%;
    position: relative;
    order: -1; }

  .box-blank .con {
    margin-top: 15px; }

  .box-blank {
    padding: 20px; }

  .proview4 .left .view_main {
    padding: 20px; }

  .proview4 .left ul li {
    width: 33.333%; }


    .proview4 .left .view_main .swiper-slide img{
      max-width: 100%;
height: auto;
  }

  .proView_page .proview1 .right figure .btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between; }

  .proView_page .proview1 .right figure .btn a {
    width: 48%; }
    .proView_page .proview1 .right figure .btn a + a {
      margin-left: 0; }

  .proView_page .pro_left .small a {
    height: 70px; }

  .proView_page .pro_left .small .swiper-button-next {
    width: 25px;
    height: 70px; }

  .proView_page .pro_left .small .swiper-button-prev {
    width: 25px;
    height: 70px; }

  .proView_page .pro_left .small {
    padding: 0 30px; }

  .proView_page .proview1 .right section {
    margin: 20px 0; }

  .proView_page .proview1 .right figure {
    padding-top: 20px; }

  .proView_page .share {
    display: none; }

  .proView_page .proview1 .right {
    padding: 20px;
    margin-top: 20px; }

  .proView_page .pro_left .big a {
    height: 360px; }

  .n_product.puzzee .main nav ul li a {
    padding: 55% 0; }

  .n_product.puzzee .main nav ul li {
    width: 100%;
    margin-right: 0 !important; }
    .n_product.puzzee .main nav ul li + li {
      margin-top: 30px !important; }

  .inner-tab .pc-nav dt {
    padding: 3px 0; }

  .inner-tab dt h4 {
    padding-right: 20px;
    font-size: 14px; }

  .inner-tab dt i {
    width: 12px;
    height: 12px; }

  .navbar div h5 {
    padding: 10px 20px; }

  .navbar div ul li a {
    font-size: 14px; }

  .navbar div ul {
    padding-bottom: 10px; }

  .index6 .main form dl dd:first-child {
    height: 220px; }

  .index6 .main form dl dd:first-child textarea {
    font-size: 14px; }

  .index6 .main form dl dd + dd {
    margin-top: 10px; }

  .index6 .main form dl {
    margin-top: 10px; }

  .index6 .main form dl button {
    margin-top: 0px;
    height: 45px;
    line-height: 45px;
    font-size: 14px; }

  .contact-main .main {
    padding: 6% 15px; }

  .contact-main .main .contact > dl dd p {
    font-size: 12px; }

  .contact-main .main .contact > dl dd p + p {
    margin-top: 5px; }

  .contact-main .main .contact #bmap {
    height: 320px;
    border: 1px solid #dfdfdf; }

  .m-pages li {
    display: none; }

  .m-pages li.fengye {
    display: block; }

  .m-pages {
    padding: 8% 0; }

  .m-contxt1 .box-info {
    margin-bottom: 15px;
    padding-bottom: 15px; }

  .m-contxt1 .txt-con {
    margin-bottom: 15px;
    padding-bottom: 15px; }

  .m-contxt1 .tit {
    font-size: 22px; }

  .m-contxt1 .box-info .info span {
    font-size: 14px; }

  .page-t1 a {
    font-size: 14px; }

  .n_banner nav h4 {
    padding: 10px 20px;
    font-size: 16px; }

  .n_banner nav ul {
    padding: 10px 20px; }

  .n_banner nav {
    margin-top: 49.39px; }

  footer .footer2 ul li span {
    font-size: 14px; }

  footer .footer2 ul li + li {
    font-size: 14px; }

  footer .footer2 ul li a {
    font-size: 14px; }

  .client .main ul li {
    width: 48%;
    padding: 0;
    margin-right: 4% !important; }

  .client .main ul li:nth-of-type(2n) {
    margin-right: 0 !important; }

  .client .main ul li:nth-of-type(n+3) {
    margin-top: 15px !important; }

  .core .main div {
    height: 240px; }

  .core .main ul li {
    height: 240px; }

  .index_title {
    font-size: 32px; }

  .index_title span {
    font-size: 20px; }

  .factory {
    padding: 40px 0; }

  .values .main ul {
    margin-top: 15px; }

  .values .main ul li p {
    margin-top: 15px; }

  .values .main ul li span {
    margin-top: 10px;
    font-size: 14px; }

  .values .main ul li i {
    width: 50px;
    height: 50px; }

  .values {
    padding-top: 40px; }

  .core .main div h5 {
    font-size: 30px; }

  .core .main div p {
    font-size: 24px; }

  .core .main div span {
    font-size: 14px; }

  .core .main ul li h5 {
    font-size: 30px; }

  .core .main ul li p {
    font-size: 24px; }

  .core .main ul li span {
    font-size: 14px; }

  .core .main {
    padding: 40px 20px; }

  .about .main .bottom dd:nth-of-type(1) a {
    margin-top: 20px; }

  .about .main .top div ul li h5 span {
    font-size: 26px; }

  .about .main .top div ul li h5 {
    font-size: 18px; }

  .about .main .top div {
    padding: 80px 20px; }

  .puzzee .main nav ul li a {
    padding: 73% 0; }

  header .m_ment {
    top: 49.39px; }

  header .m_ment ul li > p {
    padding: 8px 5%; }

  header .m_ment ul li > a {
    padding: 8px 5%; }

  header .m_ment ul li .item {
    padding: 15px; }

  header .m_ment ul li .item dl {
    margin-top: 10px; }

  header .m_search div > i {
    width: 40px;
    height: 40px; }

  header .m_search div h5 {
    font-size: 24px;
    margin-top: 10px;
    line-height: 30px; }

  header .m_search div form {
    padding: 0 40px;
    margin-top: 20px; }

  header .m_search div form input {
    line-height: 40px;
    font-size: 18px; }

  header .m_search div form button {
    margin-top: 30px;
    line-height: 40px;
    font-size: 17px; }

  header .pc .h_btn .search {
    width: 25px;
    height: 25px;
    margin-right: 15px; }

  header .pc .h_btn .mentbtn {
    width: 30px;
    height: 20px; }

  header .pc .h_btn .mentbtn span {
    height: 2px; }

  header .pc .h_btn .mentbtn:before {
    height: 2px; }

  header .pc .h_btn .mentbtn:after {
    height: 2px; }

  header .pc > a img {
    width: 112px;
    height: 29.4px; }

  header .pc {
    padding: 10px 20px; }

  .i_banner {
    margin-top: 49.39px; }

  .puzzee {
    padding: 40px 0; }

  .service {
    padding: 40px 0; }

  .service .main nav {
    margin-top: 30px; }

  .service .main nav ul li div {
    height: 140px; }

  .service .main nav ul li div i {
    margin-right: 22px;
    width: 35px;
    height: 35px; }

  .service .main nav ul li div p {
    margin-right: 22px;
    font-size: 12px; }

  .service .main nav ul li figure {
    padding-right: 22px; }

  .service .main nav ul li > p {
    padding-right: 22px; }

  .service .main nav ul li figure h4 {
    margin-top: 15px; }

  .service .main nav ul li figure h5 {
    margin-bottom: 10px; } }
@media screen and (max-width: 420px) {
  header .m_search div form {
    padding: 0 15px; }

  header .m_search div .searchClose i {
    width: 30px;
    height: 30px; }

  header .m_search div .searchClose p {
    font-size: 14px; }

  .ul-list2-t1 .txt {
    padding: 15px; }

  .ul-list2-t1 .txt .tit {
    font-size: 18px; } }
@media screen and (max-width: 375px) {
  /*小于375px*/ }
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  /*大于1200小于1400*/ }
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  /*大于1024小于1200*/ }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /*大于768小于1024*/ }
@media only screen and (min-width: 520px) and (max-width: 768px) {
  /*大于520小于768*/ }
@media only screen and (min-width: 420px) and (max-width: 520px) {
  /*大于420小于520*/ }
@media only screen and (min-width: 320px) and (max-width: 420px) {
  /*大于320小于420*/ }

/*# sourceMappingURL=main.css.map */

/* 产品搜索  DDing 2021.02.03 */ 
.back_box{
  width: 1400px;
  margin: 0 auto;
  margin-bottom: 3%;
}
.back_box h1{
  color: #434144;
  font-size: 20px;
  font-weight: bold;
  margin-top: 3%;
  text-transform:uppercase;
}
.back_box a{
  width: 120px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  display: block;
  border: 2px solid #434144;
  transition: .4s all;
  color: #434144;
  font-size: 14px;
  font-weight: bold;
}
.back_box a:hover{
  border-color:#f7c113;
  color:#f7c113;
}
@media screen and (max-width: 1400px) {
  .back_box{width:100%;}
}
@media screen and (max-width: 520px) {
  .back_box a{width:100px;line-height:30px;height:34px;font-size:12px;}
  .back_box h1{font-size:16px;}
}

.follow{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}
.follow figure{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  position: relative;
  padding: 30% 0;
  width: 10%;
  min-width:150px;
}
.follow figure img{
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
}
